The facts: I have a PDF document I have FDF file(s) that relate to the document
I want to implement a feature similar to the 'Create PDF of comments summary' in Acrobat 6.
OK...
The questions:
Q1: Should I start using the PdfcopyMerge class to implement the feature ? (copying selected page then working on my own)
I would use imported page mechanism (look at the imposition samples, like the slide notes examples) for drawing the source page on your page.
Q2: On the comment page, images are being displayed. How can I retrieve them ?
What do you mean "images are being displayed"? What images? From where? The PDF? Comments?
Q3: The resulting document includes a 'Font' dictionary with over 140 fonts. How can I generate such a dictionary ? Where do the fonts come from ? Do I need to generate such a dictionary ?
What resulting document is this? From Acrobat? From your code??
Leonard
--------------------------------------------------------------------------- Leonard Rosenthol <mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-938-7080 (voice) 215-938-0880 (fax)
------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
