Hi, I want to make a flip page functionality for a given PDF. i.e flip the pages of a PDF document in java. For this I want to convert each page of PDF into a SWF object.(on unix) Can anyone suggest how this can be done?
I know I can do it by converting each page of PDF into an image using "PDFToImage" command line. But problem is that the image quality produced is very poor. Please suggest. Thanks and Regards Nidhi Jain On Wed, Jun 29, 2011 at 2:47 PM, Hesham G. <[email protected]> wrote: > Andreas , > > Thanks a lot ... Happy to hear that. > > > > Best regards , > Hesham > > ------------------------------**--------------- > Included message : > > > Hi, >> >> Am 29.06.2011 06:20, schrieb Hesham G.: >> >>> Hello , >>> >>> I have tried loading the PDF Reference 1.7(1310 pages) using PDFBox >>> version 1.4 and 1.5. >>> Version 1.4 loaded the PDF in 12 seconds. >>> Version 1.5 loaded the PDF in 2 minutes and 29 seconds. >>> >>> Is this normal ? >>> >> It's a known and already solved issue, see [1] for further details. It'll >> be part of the upcoming 1.6.0 release. >> >> BR >> Andreas Lehmkühler >> >> [1] >> https://issues.apache.org/**jira/browse/PDFBOX-1005<https://issues.apache.org/jira/browse/PDFBOX-1005> >> >>

