One more thing, as I didn't really state explicitly what I meant by "hook in". PDFBox provides you with the ability to write a PDF page as an image. If you take an SWF graphics context (i.e. a subclass of java.awt.Graphics that is set to write SWF) from one of those SWF libraries, you should be able to pass that straight into the paint() method (where pdfbox renders the page) and it should just work. I did something like this with pdfbox a long time ago...
-Steve On Sun, Jan 13, 2013 at 11:55 AM, Damien Gallagher <[email protected]> wrote: > Thanks Steve > > there is plenty listed in that stackoverflow conversation that will help me > when it comes to converting to swf > > Thanks for your help > Damien > > On Sat, Jan 12, 2013 at 4:56 PM, Steve Hannah <[email protected]> wrote: > >> I don't think PDFBox does this, but you could easily hook it up to any >> of the SWF Java2D implementations out there. This stack overflow >> thread discusses a few: >> http://stackoverflow.com/questions/267001/save-java2d-to-swf-flash >> >> Several years ago I also used the freehep vector graphics libraries to >> write SWF using Java2D, and it worked quite well. I don't see that >> library mentioned in the stack overflow thread: >> http://java.freehep.org/#vectorgraphics >> >> -Steve >> >> On Sat, Jan 12, 2013 at 6:32 AM, Damien Gallagher >> <[email protected]> wrote: >> > Hi >> > >> > Just wondering is it possible to convert a PDF to SWF using PDFBox or is >> > this something thats in the pipeline? >> > >> > Thanks >> > Damien >> >> >> >> -- >> Steve Hannah >> Web Lite Solutions Corp. >> -- Steve Hannah Web Lite Solutions Corp.

