We need to print PDF document that contains A4 and A3 pages, we want to use both A3 and A4 pages in one print job

Hello,

We are testing your evaluation version of PDF Print SDK and we are experiencing some problems. We need to print PDF document that contains A4 and A3 pages.

We use these parameters to launch the printing process:

pdfprint -printer \"OurPrinterNetworkName\" -pdforient 4 -paper \"pdf\" -scalex 100 -scaley 100 D:\VeryPDF.pdf

But when we print the document all pages are printed on A3 paper event A4 pages. The printer is configured to choose the correct paper by PDF page and we do not experience any problems when we print via Adobe Reader.

Is it possible to do what we want with your SDK ?

thanks in advance.
Customer
-----------------------------------------------

image
Thanks for your message, "-paper pdf" option will obtain the paper size from the first page of your PDF file, the second and subsequent pages will be scaled to fit the first page automatically.

For example, if the first page of your PDF file is A4 paper, all of your PDF pages will be printed to fit A4 paper automatically. If the first page of your PDF file is A3 paper, all of your PDF pages will be printed to fit A3 paper automatically.

pdfprint.exe can't use both A3 and A4 paper types in one print job.

If you wish print your PDF file to both A3 and A4 papers, you may use pdfprint.exe to print your PDF pages one page by one page, if so, you will able to use A3 and A4 pages separately.

You can also use PDF Split-Merge Command Line to burst your PDF file to single page PDF files, and call pdfprint.exe to print all of these single page PDF files, you will able to print PDF files to printer with correct paper type, for example,

pdfprint -printer \"OurPrinterNetworkName\" -pdforient 4 -paper \"pdf\" D:\page1.pdf
pdfprint -printer \"OurPrinterNetworkName\" -pdforient 4 -paper \"pdf\" D:\page2.pdf
pdfprint -printer \"OurPrinterNetworkName\" -pdforient 4 -paper \"pdf\" D:\page3.pdf
pdfprint -printer \"OurPrinterNetworkName\" -pdforient 4 -paper \"pdf\" D:\page4.pdf
pdfprint -printer \"OurPrinterNetworkName\" -pdforient 4 -paper \"pdf\" D:\page5.pdf

If you need any assistance for above solution, please feel free to let us know, we will assist you asap.

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: +1 (from 1 vote)

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!