Hi, I have moved to the svn version and have got conversion to/from PDF working as well as adding thumbnail images to the PDF. The library seens to work really well, and I'm very pleased to have found it.
Now I need to implement rearranging, deleting and inserting pages. Is there a function to delete pages? PdfPagesTree has a DeletePage function but it says to use the PdfDocument class instead. What is the recommended approach? Also, when pages are deleted, does it delete the content that is referred to by that page? If not, is there anything to scan what objects are used by a page (but not others) and delete them also? Also a few comments: the use of inlining is a bit nasty. I think this is why the library doesn't work if you compile it with PODOFO_EXTRA_CHECKS but don't also define this in your application. Does inlining really help? Secondly it could really do with about 10 solid examples, like: - scanning pages for images and locating them in the file - splitting a PDF into two new files with odd/even pages - adding thumbnails to an existing PDF - creating a PDF from two JPEG files - renaming pages of a PDF - others I can't immediately think of None of these would be hard to do I think, am happy to help. Also is anyone working on a Qt-friendly API? Regards, Simon ------------------------------------------------------------------------------ _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
