Viewing annotations on the PDFCreator

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
craigb
Posts: 5
Joined: Tue Jan 09 2007

Viewing annotations on the PDFCreator

Post by craigb »

Hi

I have loaded a PDF document it the PDF Creator control using the below code. The file that I am loading contains annotations, however they are not visible on screen? I have used the Annotate Report State, is there something else I need to do???

--------------------------------------------------------


FileStream docstream = new FileStream("C:\\PDFFolder\\testoutput.pdf", FileMode.Open);
pdfCreator1.Document.Open(docstream, "");
pdfCreator1.Document.ZoomFactor = 40;
pdfCreator1.Document.ReportState = IacReportState.acReportStateAnnotate;

--------------------------------------------------------

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

Post by Joan »

maybe you need to change the zoom factor.

Did you try opening the same pdf file using the PDFCreactiveDoc.exe application you get with the driver to see how it will open?
Post Reply