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

PDF-XChange Drivers API (only) V4/V5
This Forum is for the use of Software Developers requiring help and assistance for Tracker Software's PDF-XChange Printer Drivers SDK (only) - VERSION 4 & 5 - Please use the PDF-Tools SDK Forum for Library DLL assistance.

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Tracker Supp-Stefan

Post Reply
pmalecki
User
Posts: 61
Joined: Fri Aug 10, 2012 8:50 am

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

Post 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
User avatar
Ivan - Tracker Software
Site Admin
Posts: 3549
Joined: Thu Jul 08, 2004 10:36 pm
Location: Vancouver Island - Canada
Contact:

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

Post 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.
Tracker Software (Project Director)

When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
pmalecki
User
Posts: 61
Joined: Fri Aug 10, 2012 8:50 am

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

Post 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
User avatar
Ivan - Tracker Software
Site Admin
Posts: 3549
Joined: Thu Jul 08, 2004 10:36 pm
Location: Vancouver Island - Canada
Contact:

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

Post by Ivan - Tracker Software »

No, unfortunately, we do not provide that.
Tracker Software (Project Director)

When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
Post Reply