Solved - StartSave yields Not Implemented error

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
TDWiseley
Posts: 18
Joined: Wed Jul 18 2007

Solved - StartSave yields Not Implemented error

Post by TDWiseley »

Create a document using Convertor 2.1.0.9, and then open using Creator 2.0.1.2. Call Creator.StartSave, using the View enum, and it throws a Not Implemented error. This is in C# 1.1. Tried the other enums in FileSaveOptionConstants, and got the same error. ???

Here's a code snippet:
PDFCreactiveXClass origDoc = new PDFCreactiveXClass();
origDoc.SetLicenseKey(userName, userKey);
origDoc.Open(runDoc.Owner.LastPrintFile, "");
origDoc.StartSave(tmpFilNm, ACPDFCREACTIVEX.FileSaveOptionConstants.acFileSaveView);
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Maybe you already sent your files to Technical Support and resolved this issue.

For this kind of issues, we need to check the file.

If not, did you try to use Save() instead of StartSave()?
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
TDWiseley
Posts: 18
Joined: Wed Jul 18 2007

Post by TDWiseley »

Found the problem, in my code, not the control.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Thank you for the feedback.

If you think the solution might help other developers please post it here.
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