get_Printer with only serial key

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
siemens ag gs it hr 6 1
User
Posts: 1
Joined: Wed May 20, 2015 11:54 am

get_Printer with only serial key

Post by siemens ag gs it hr 6 1 »

Hello,

we had bought last year the PDF-XChange Drivers API, Version: 5.0.312.1 and we got a RegCode and a DevCode as is is to be used in

Code: Select all

PDFPrinter = prnFactory.get_Printer("", "PDF-XChange Standard V6", "<REG CODE>", "<DEV CODE>") as PXCComLib6.CPXCPrinter;
. Everything works fine with it.

Now, we updated to PDF-XChange Drivers API, Version: 6.0.318.0 and got only a large (~500 Byte) serial key, but the examples of the new 6.0 API shows the same call of

Code: Select all

get_Printer()
. So my question is how to get the needed RegCode and DevCode out of the serial key.

Regards,
Volker Dettelbach
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: get_Printer with only serial key

Post by Tracker Supp-Stefan »

Hello Volker,

You no longer need the "Dev Code" part, so just use the 500 byte string as the "REG CODE" parameter, and all will be good.

Regards,
Stefan
Post Reply