Page 1 of 1

Reference of Option["Key"] for the printed driver API

Posted: Thu Jul 21, 2016 2:27 pm
by pmalecki
Hello,
I'm currently executing a trial of the PDFXchange Printer API V6, particularly for printing from MS Word.

1. Where the reference of the keys applicable for Options of the Printer Driver is located?
CPXCPrinter.Option["Key"]=value


2. How to print a Word document with Bookmarks (e.g. form section headings, as the Word Addin does) usind the PDF XChange Printer API?

Regards
Piotr

Re: Reference of Option["Key"] for the printed driver API

Posted: Thu Jul 21, 2016 5:21 pm
by Ivan - Tracker Software
1. Where the reference of the keys applicable for Options of the Printer Driver is located?
CPXCPrinter.Option["Key"]=value
All keys are described in the SDK documentation. You can find it here: https://help.pdf-xchange.com/DEV/de ... SDK:option
2. How to print a Word document with Bookmarks (e.g. form section headings, as the Word Addin does) usind the PDF XChange Printer API?
There are no way to do that as the PDF XChange Printer is just a printer and knows nothing about bookmarks in printed Word document.

Re: Reference of Option["Key"] for the printed driver API

Posted: Fri Jul 22, 2016 6:45 am
by pmalecki
Hi,
thank you. I have been afraid of that...

Is there a way to access the methods of the PDF-XChange V6 Word addin by Word automation (accessing Word as a COM-Object) to set programmatically the settings (e.g. "Bookmarks", "Word Options" ) and then let it to "Convert to PDF"?

Thank you
Piotr

Re: Reference of Option["Key"] for the printed driver API

Posted: Tue Jul 26, 2016 4:52 pm
by Ivan - Tracker Software
No, unfortunately, we do not provide that.