Martin
unread,Aug 23, 2011, 2:59:21 AM8/23/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfne...@googlegroups.com
Thanks for the reply, it was very informative. Too bad there is no obvious solution...
I'll throw out some more facts about how this file was created. Maybe someone can think of a way around the problem.
The file is created within a legacy process/lifecycle that I can control parts of, but not all. It looks like this:
1. PDF1 is created by the iText library
2. PDF1 is opened by an end user, using Adobe Reader
3. From within Adobe Reader, PDF1 is printed to a new file, PDF2, using a virtual printer software.
4. Finally, text is extracted from this PDF2 using PDFNet.
(Strange process, I know. There are reasons for it, and not only historical ones.)
The bad guy here is Adobe Reader, because I can get the entire process to work if I use another PDF Reader. E.g. Nuance PDF Reader.
However, I cannot get all users to switch readers.
Q: Is there anything that can be done to PDF1 in order to help Adobe Reader print a ToUnicode encoding that PDFNet can handle? I have some control of the creation process (iText).
Thanks in advance for any hints!
/Martin