Search code examples
c#pdfflex4flashflashvars

Create a PDF with embeded SWF and FlashVars using C#


I would like to generate a PDF with an swf embed into it. I would also like to make sure the SWF is embedded with a flashvar called XMLDATA which contains charting information.

I would like to achieve this programmatically using c#.

I have found plenty of ways that allow embedding swf, but need one that formally supports the flashvars mechanism.

Please and thank you.


Solution

  • http://fatihsahinbas.blogspot.com/2011/07/itextsharp-swf-view-methods.html

    This was the full answer :)