Hello,
Is there a way to create more than 1 printer with the "Standard Printer" software?
for example:
Printer 1 = Profile 1
Printer 2 = Profile 2
etc.
Thanks for the feedback
Greetings
Xmedia
PDF-XChange Standard - more then 1 Printer SOLVED
Moderators: Daniel - PDF-XChange, PDF-XChange Support, Vasyl - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Stefan - PDF-XChange
- Daniel - PDF-XChange
- Site Admin
- Posts: 10910
- Joined: Wed Jan 03, 2018 6:52 pm
Re: PDF-XChange Standard - more then 1 Printer
Hello, Xmedia
I am glad to see you found a solution before we could get back here! I will mark your second post as the solution to this topic for anyone else coming along to ask the same.
Kind regards,
I am glad to see you found a solution before we could get back here! I will mark your second post as the solution to this topic for anyone else coming along to ask the same.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
Re: PDF-XChange Standard - more then 1 Printer
Hi Daniel
Thank you for the quick confirmation.
I have one additional question:
Can I also create a printer via the command line and assign the profile at the same time?
Ideally, can I also import all profiles beforehand?
Greetings
Xmedia
Thank you for the quick confirmation.
I have one additional question:
Can I also create a printer via the command line and assign the profile at the same time?
Ideally, can I also import all profiles beforehand?
Greetings
Xmedia
- Paul - PDF-XChange
- Site Admin
- Posts: 7356
- Joined: Wed Mar 25, 2009 10:37 pm
- Contact:
Re: PDF-XChange Standard - more then 1 Printer
Hi, Xmedia
indeed one can add a Standard Printer using PDFSaver.exe: https://help.pdf-xchange.com/pdfxs10/pdf-saver_s.html
This command line can be used to install multiple copies of PDF-XChange Standard and give each copy a custom name:
•<AddPrinter> adds a new printer to the printers list.
•<PrinterName> determines the printer name.
•<NoNotify> is an optional parameter that prevents the sending of information about changes in the printers list to other applications.
You can pass it options using /SetOptions, but if you want to add a profile you will need to call drvui.x64.dll
"
Where :
So it would take two commands.
I hope that helps.
indeed one can add a Standard Printer using PDFSaver.exe: https://help.pdf-xchange.com/pdfxs10/pdf-saver_s.html
Code: Select all
pdfSaver.exe /AddPrinter <PrinterName> [/NoNotify]
•<AddPrinter> adds a new printer to the printers list.
•<PrinterName> determines the printer name.
•<NoNotify> is an optional parameter that prevents the sending of information about changes in the printers list to other applications.
You can pass it options using /SetOptions, but if you want to add a profile you will need to call drvui.x64.dll
Code: Select all
C:\Program Files\Tracker Software\PDF-XChange Standard\drvui.x64.dll",DUI30_Command /InstallProfile:"C:<path to profile>\ProfileName.pxpp" /PrinterName:"PDF-XChange Standard
Where :
- C:\Program Files\Tracker Software\PDF-XChange Standard\ is the path to drvui.x64.dll (C:\Program Files\Tracker Software\PDF-XChange Standard\ is the default).
- C:<path to profile>\ is a valid path to your Profile pp5 file.
- ProfileName matches your saved profile file name.
- PrinterName is the name of the printer already installed "PDF-XChange Standard" is the default. If you have renamed the printer you must use that new name)
So it would take two commands.
I hope that helps.
Best regards
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
Re: PDF-XChange Standard - more then 1 Printer
Perfect!
Thanks Paul
Thanks Paul
- Daniel - PDF-XChange
- Site Admin
- Posts: 10910
- Joined: Wed Jan 03, 2018 6:52 pm
PDF-XChange Standard - more then 1 Printer

Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com