On 23/04/2012 11:21, Denys wrote:
Hi -

Hi Denys,

I am looking for a good Java library which gives the opportunity to create
PDF files from Java application. These files are some kind of reports. Part
of them are graphical reports (FusionChart reports) and I need to embed .swf
files into my PDF (also dynamically in Java application) and pass some
parameters to is (as flashvars).

Is it possible to do using Aspose java library for working with PDF?

Apache FOP is the wrong tool for this job. FOP is about processing XSL-FO input not creating PDF direct from Java. Apache PDFBox is a PDF Library written in Java, from which you will be able to build PDF direct from a Java program. I'm not sure whether PDFBox will let you embed .swf stream into the PDF. This question is best asked on the pdfbox-users mailing list.

Thanks,

Chris


Thanks in advance,
      -Denys


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to