Save Method

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
peterwegrzyn
Posts: 24
Joined: Tue Aug 19 2003

Save Method

Post by peterwegrzyn »

I have upgraded from 3.0, the dev machine has had everything from version 2.0 installed on it. I registered the 4.0 DLL. Its referenced with VB thus

Dim PDFdoc1 As CDIntfEx.Document

When I try to use the save method in version 4.0, the options (eg acFileSavePDF14 )in VB6, VB rejects it . The syntax popup shows just the filename with a return type of Boolean.

It seems to be using the document.save syntax from the 3.0 ActiveX interface.

Would this be a correct assumption? If so, how to I fix it?
peterwegrzyn
Posts: 24
Joined: Tue Aug 19 2003

Re: Save Method

Post by peterwegrzyn »

This is what GetVersionInformation returns. How does it get that version number?

CDIntfEx1.GetVersionInformation - CDF= 262144.65538 pdf =4.0
peterwegrzyn
Posts: 24
Joined: Tue Aug 19 2003

Re: Save Method

Post by peterwegrzyn »

The correct command is SaveEX. Confusing help file, the save method is part of the document creator not converter and the help is combined into one file.
Apparently you can ignore the version number.

Another strange issue/bug, I cannot open/save PDF documents with spaces in the filename..

Final Call Tree_24 v2.pdf
Has to be renamed to
FinalCallTree_24v2.pdf
before it can be opened. PDF version 1.6
Post Reply