Save issue with SaveAll - Bug found in 4.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
dotz
Posts: 3
Joined: Thu Apr 23 2009

Save issue with SaveAll - Bug found in 4.0

Post by dotz »

pdfCreator.Document.Save(dialog.OpenFile(), Amyuni.PDFCreator.IacFileSaveOption.acFileSaveAll);

When I perform a save with this code, any fields, labels, or checkboxes in the PDF added design time are duplicated. So if the document only has acField1. After the save there is acField1 & acField2 now.

This is an obvious bug.....PLEASE HELP!
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Re: Save issue with SaveAll - Bug found in 4.0

Post by Joan »

Hello,

I couldn't reproduce this issue. Please make sure you are using the latest build 4.0.

If you are still facing problems please email support@amyuni.com

Please note that i called the functions separately

Code: Select all

Dim CreatorRef As New ACPDFCREACTIVEX.PDFCreactiveX 

With CreatorRef
     .SetLicenseKey Licensee, ActivationCode
     .OpenEx DocumentName, ""
     .Save "c:\test.pdf", 0  
End With
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