I want to print the first 5 PDF pages on Tray 1 of printer "Output" and the last 5 PDF pages on Tray 2 of the same printer "Output", can I do this using one PDFPrint Command Line?

Dear Sir or Madam,

I am a developer at a software developing company. We are looking for a utility to print PDF-Files.

Your SDK and Command Line Tool are looking very promising to us.

I just have one question which I was not 100% certain after reading your readme for the utilities.

Do you have to split the print jobs if you want to print to multiple trays in one job?
Or is there a way to do so in one print job?

Thank you in advance!

Sincerely yours,
Customer
-----------------------------------------------
Thanks for your message, you may use "-mergeprintjobs" option to combine all print jobs into one print job, you may run following command lines to try,

pdfprint.exe -mergeprintjobs -copies 3 C:\input.pdf
pdfprint.exe -mergeprintjobs C:\*.pdf
pdfprint.exe -mergeprintjobs C:\test*.pdf
pdfprint.exe -mergeprintjobs C:\files.txt

VeryPDF
-----------------------------------------------
Thank you for the quick Response.

But that's not actually what I meant.
I think it is easier to explain with an example.

So for example I have a PDF-File called "input.pdf" with 10 pages.
I want to print the first 5 pages on Tray 1 of printer "Output" and
the last 5 pages on Tray 2 of the same printer "Output".

Is there a way to do this in one print job ?

Or is there only this option:

pdfprint.exe -papersource "Tray 1" -printer "Output" -firstpage 1 -lastpage 5 "input.pdf"
pdfprint.exe -papersource "Tray 2" -printer "Output" -firstpage 5 -lastpage 10 "input.pdf"

Customer
-----------------------------------------------

image
Sorry, you have to run two command lines in order to print your PDF file to two different trays, for example,

pdfprint.exe -papersource "Tray 1" -printer "Output" -firstpage 1 -lastpage 5 "input.pdf"
pdfprint.exe -papersource "Tray 2" -printer "Output" -firstpage 5 -lastpage 10 "input.pdf"

pdfprint.exe doesn't support one command line with more trays, it hasn't this function yet.

VeryPDF

VN:F [1.9.20_1166]
Rating: 4.7/10 (3 votes cast)
VN:F [1.9.20_1166]
Rating: -1 (from 1 vote)
I want to print the first 5 PDF pages on Tray 1 of printer "Output" and the last 5 PDF pages on Tray 2 of the same printer "Output", can I do this using one PDFPrint Command Line?, 4.7 out of 10 based on 3 ratings

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!