Question: How can I change the paper size of file in PDF format?for example a B.I.R. form in PDF format so I can print it in my desired paper size. Is there a good solution on VeryPDF?
Answer: When you need to print PDF in your desired paper size, actually you do not need to change PDF paper size first. If you use VeryPDF PDFprint software, you can directly print PDF and specify paper size. This software is command line version tool, it can help you print PDF directly from MS Dos Windows or together with other application. No matter what the original PDF paper size it, it allows you to change PDF paper size after printing. Meanwhile this software also provides tens of standard paper formats and it also allows you to specify paper size by specifying width and height. Please check more information of this software on homepage, in the following part, I will show you how to use this software.
Step 1. Free download PDFprint.
- Before pay for it, please download this software to your computer and then free trial it. All the VeryPDF software allows you to use it free tens of times.
- When downloading finishes, you will get a zip file. Please extract it to some folder then you can find the executable file and call it from MS Dos Windows.
Step 2. Print PDF from desired paper size.
- Here is the usage for your reference: pdfprint.exe [options] [Options] <PDF Files>
- When you need to print PDF and specify paper size, please refer to the following command line templates and parameters:
pdfprint.exe -printer "PDFcamp Printer" -paper "pdf" C:\input.pdf
pdfprint.exe -printer "PDFcamp Printer" -paper "11x17in" C:\input.pdf
pdfprint.exe -printer "PDFcamp Printer" -paper "215.9x279.4mm" C:\input.pdf
pdfprint.exe -printer "PDFcamp Printer" -paper "612x792pt" C:\input.pdf
pdfprint.exe -printer "docPrint" -paper "612x792pt" -orient 1 C:\input.pdf
pdfprint.exe -printer "docPrint" -paper "612x792pt" -orient 2 C:\input.pdf
pdfprint.exe -printer "docPrint" -paper "11x14in" -pdforient 3 C:\input.pdf
Now let us check parameters:
-paper <string> : paper size to printer
pdf : retrieve paper size from PDF file
number : standard paper size
others : user defined paper size
Paper size can be selected either standard papers or user defined papers.
Look at following page for the standard papers:
https://www.verypdf.com/artprint/document-converter/index.htm
/* paper selections */
#define DMPAPER_FIRST DMPAPER_LETTER
#define DMPAPER_LETTER Letter 8 1/2 x 11 in
#define DMPAPER_LETTERSMALL Letter Small 8 1/2 x 11 in
#define DMPAPER_TABLOID Tabloid 11 x 17 in
#define DMPAPER_LEDGER Ledger 17 x 11 in
#define DMPAPER_LEGAL Legal 8 1/2 x 14 in
#define DMPAPER_STATEMENT Statement 5 1/2 x 8 1/2 in
#define DMPAPER_EXECUTIVE Executive 7 1/4 x 10 1/2 in
#define DMPAPER_A3 A3 297 x 420 mm
#define DMPAPER_A4 A4 210 x 297 mm
#define DMPAPER_A4SMALL A4 Small 210 x 297 mm
#define DMPAPER_A5 A5 148 x 210 mm
#define DMPAPER_B4 B4 (JIS) 250 x 354
#define DMPAPER_B5 B5 (JIS) 182 x 257 mm
#define DMPAPER_FOLIO Folio 8 1/2 x 13 in
#define DMPAPER_QUARTO Quarto 215 x 275 mm
#define DMPAPER_10X14 10x14 in
#define DMPAPER_11X17 11x17 in
#define DMPAPER_NOTE Note 8 1/2 x 11 in
By this this software, you can do printing PDF and specify paper size, you do not need to change PDF paper size first. During the using, if you have any question, please contact us as soon as possible.