Font encoding issue in PDF Creator 3.03

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
wd818
Posts: 22
Joined: Tue Oct 14 2008

Font encoding issue in PDF Creator 3.03

Post by wd818 »

I have a PDF file that contains “>>” characters. After opening it with a PDF viewer, I delete 1 page then undo the delete to restore that page. For some
reason, inside the restored page all “>>” characters are replaced with empty space. Could someone help me?

This is the code I use to undo/delete pages
m_pdf is an ActiveX control embedded in a CDialog in my MFC application.

To delete
m_pdf.DeletePage( m_pdf.get_CurrentPage(), 1);

To undo
m_pdf.Undo();

To load the page for viewing, I use
m_pdf.Open( strURL, NULL);

Thanks
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Re: Font encoding issue in PDF Creator 3.03

Post by Joan »

Hello,

is the font used to write the >> characters embedded in the PDF file?

Is multilanguage support used when the file is generated?

To be able to check this type of issues we need the sample PDF file along with some information on how it was created and we need to reproduce this issue in our labs to be able to determin what is the reason behind it.
Custom Brand the Amyuni PDF Printer Driver http://www.amyuni.com/en/developer/branding/index.html

Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark
wd818
Posts: 22
Joined: Tue Oct 14 2008

Re: Font encoding issue in PDF Creator 3.03

Post by wd818 »

I have emailed the sample PDF file to Support at Amyuni for further analysis. The original file is a Microsoft word document, and is printed to PDF using Amyuni's PDF print driver. If there is any workaround to this issue, that would be great. Thanks.
Post Reply