Incompatability issue with Adobe FrameMaker 8.0

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

Incompatability issue with Adobe FrameMaker 8.0

Post by wd818 »

I have several PDF files created with Adobe FrameMaker 8.0. After delete one or more pages using the thumb nail control, then save the modified file, a System.AccessViolationException exception is thrown at CPdfcreactivex.Save().

Creator 3.03 is used as an ActiveX control in our MFC application.

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

To Undo delete
m_pdf.Undo();

Here is how we save the modified file after delete/undo operations from the thumb nail control
if( m_pdf.get_Modified())
{
m_pdf.Save(path, 1);
}

It works fine with other PDF files.

Can someone help?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Re: Incompatability issue with Adobe FrameMaker 8.0

Post by Joan »

Hello,

For this case i suggest that you open a request with our Technical Support team and send them a sample pdf file to check it. Our developers will need to check the files to determin if there is an incompatibility issue or a problem with the file itself.

Thanks,
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
Post Reply