http://www.lowagie.com/iText/tutorial/ch13.html
to place the contents of two different PDF files into a third, composite PDF. Great! This is exactly what I wanted.
However, the third PDF doesn't have the embedded fonts from the first document. How do I copy those over? I suspect I want to do something like:
PdfReader reader = ...
PdfDictionary d = reader.getCatalog();
but I'm lost past this point. I could start inspecting the PdfDictionary object, but I'm not sure what I'm looking for.
Thanks for any help!
Ben
------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
