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

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
Roman_i
User
Posts: 2
Joined: Tue Jun 29, 2021 8:48 am

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

Post 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
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17765
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

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

Post by Tracker Supp-Stefan »

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
Roman_i
User
Posts: 2
Joined: Tue Jun 29, 2021 8:48 am

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

Post by Roman_i »

Thanks for the explanation
Roman
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

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

Post by Sasha - Tracker Dev Team »

:)
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply