StartSave Returns Error after Version Upgrade

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
Any1
Posts: 6
Joined: Mon Aug 11 2008

StartSave Returns Error after Version Upgrade

Post by Any1 »

Hi,

so far i have used Amyuni 2.51d.
Since i got some problems with converting to Tiff i upgraded to Version 3.

Now i got a weird problem with my code (im using microsoft dynamics nav, using pdfcreactivex.dll 3.0.2.1).

The code im using:

PdfConverterOCX.SetLicenseKey(Text001,Text002);
PdfConverterOCX.Open(Dateiname1,'');
PdfConverterOCX.StartSave(Dateiname2,1);
PdfConverterOCX.SavePage(ErsteSeite);
PdfConverterOCX.SavePage(ZweiteSeite);
PdfConverterOCX.EndSave();

This worked fine with 2.51d, after upgrading to 2.51g it failed opening the pdf and using versions 3+ i gives errors with StartSave.
When reaching the StartSave line it gives back an ExceptionError -2147352567

What i also dont get is the 3.0 developers manual:

1. StartSave,SavePage is not even mentioned in it anymore ?!

What might be wrong here?
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Re: StartSave Returns Error after Version Upgrade

Post by Jose »

Hello,

I suspect that you may be using an incorrect activation code. Version 3.0 of the PDF Creator can not be used with an activation code that was issued for a version 2.5x or earlier.

Hope this helps?
Get PDF Suite, the expert .NET developer toolkit for PDF conversion, creation and editing - www.amyuni.com/pdfsuite
Post Reply