Page 1 of 1

make a new printer copy ( with uniqe name ) using c#

Posted: Tue Jun 29, 2021 9:20 am
by Roman_i
Hello,
for some reason we make a printer copy of our PDF-XChange installed printer.
Our printer name is "PXC Main"
We use c# PDF-XChange API SDK.
The printer copy made by SDK is always "PXC Main (1)".
Is there any possibility to set another printer copy name such: "PXC Local" ?
Is there any property to set our desired name to printer copy, please?

Many thanks
Roman

Re: make a new printer copy ( with uniqe name ) using c#

Posted: Wed Jun 30, 2021 2:09 pm
by Stefan - PDF-XChange
Hello Roman_i,

Why can't you work with the "PXC Main (1)" printer name?
Our Driver API SDK is designed to allow you to send print jobs to our virtual printer through the code of your application. It should not be provided as a general PDF printer to end users, so they should not see it's name in the first place anyway. You can also install the driver without printer - and only create printer instances when your code need those, so that users do not see any unexpected PDF printers in their list of devices.

Kind regards,
Stefan

Re: make a new printer copy ( with uniqe name ) using c#

Posted: Thu Jul 01, 2021 7:18 am
by Roman_i
Thanks for the explanation
Roman

make a new printer copy ( with uniqe name ) using c#

Posted: Thu Jul 01, 2021 8:17 am
by Sasha - PDF-XChange
:)