Page 1 of 1

get_Printer with only serial key

Posted: Mon Sep 26, 2016 7:53 am
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

Re: get_Printer with only serial key

Posted: Mon Sep 26, 2016 10:28 am
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