h 2009 10:35
To: Post all your questions about iText here
Subject: Re: [iText-questions] Embedding flash into PDF
Gunal, Zeynep wrote:
> Thanks.
> Attached zip file contains
I've looked at your files; I've also read the extensions of ISO-32000 by
Adobe. I think you can achieve what
Gunal, Zeynep wrote:
> Thanks.
> Attached zip file contains
I've looked at your files; I've also read the extensions of ISO-32000 by
Adobe. I think you can achieve what you need with the current iText, but
it's not obvious. It would be better if I added support for RichMedia as
a new function
Gunal, Zeynep wrote:
> Thanks.
> Attached zip file contains
> * sources we used (src)
> * jar file generated (lib/PdfCreator.jar)
> * bin/runPdfCreator.bat file to run PdfCreator. iText-2.1.5.jar file has
> to be placed into lib folder before executing.
> * Flash movie file (bin/Column3D.swf)
> *
Gunal, Zeynep wrote:
> I take it iText still does not support it, am I correct?
No, but you have all the tools at hand to provide support.
Send us the code, and if it requires changes to iText,
we'll integrate them in the next release.
If it doesn't require any changes, we'll make an example
out o
From: Leonard Rosenthol [mailto:lrose...@adobe.com]
Sent: 18 March 2009 12:39
To: Post all your questions about iText here
Subject: Re: [iText-questions] Embedding flash into PDF
You are on the wrong track.
Please read the document, "Adobe Extensions to ISO 32000-1
That answer changed with Acrobat 9 & our extensions to ISO 32000-1...
The new "Rich Media Annotations" FULLY support FlashVars, associated resources
and more.
Leonard
On 3/18/09 12:06 PM, "1T3XT info" wrote:
Gunal, Zeynep wrote:
> Hi,
> I have been trying to generate a pdf file with and embe
You are on the wrong track.
Please read the document, "Adobe Extensions to ISO 32000-1" (located on the
Adobe web site) which describes how to embed SWF into a PDF with full support
for specification of FlashVars, etc.
Leonard
On 3/18/09 11:49 AM, "Gunal, Zeynep" wrote:
Hi,
I have been try
Gunal, Zeynep wrote:
> Hi,
> I have been trying to generate a pdf file with and embedded .swf file
> using fusion charts. The HTML is like this:
>
> height="300" name="Test" type="application/x-shockwave-flash" />
>
> I thought I could pass the flashvars and other attributes as name-value
> pa
Hi,
I have been trying to generate a pdf file with and embedded .swf file
using fusion charts. The HTML is like this:
I thought I could pass the flashvars and other attributes as name-value
pairs to PdfFileSpecification.fileEmbedded through a PdfDictionary
object, but I did not succeed