How to resize a PDF file to 8×8 paper size?

We are using PDF Page Resizer Command Line software currently,

https://veryutils.com/pdf-page-resizer-command-line

Need to reduce 8.5 x 11 to 8 x 8.

What is the option to get this done? (replace 612x792 with what?)

pdfresizer.exe -$ XXXXXXXXXXXXXXXXX -resizepaper "612x792" C:\1LIV\SLINV.PDF C:\1LIV\RESIZE.PDF

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

PDF Page Resizer Command Line,

https://veryutils.com/pdf-page-resizer-command-line

image
Thanks for your message, this command line will resize a PDF file with any paper size to 612x792 points,

pdfresizer.exe -$ XXXXXXXXXXXXXX -resizepaper "612x792" C:\1LIV\SLINV.PDF C:\1LIV\RESIZE.PDF

for example,

A4 paper size is 595x842 points, resize it to 612x792 points,
A3 paper size is 842x1191 points, resize it to 612x792 points,
A2 paper size is 1191x1684 points, resize it to 612x792 points,
A1 paper size is 1684x2384 points, resize it to 612x792 points,
Legal paper size is 612x1009 points, resize it to 612x792 points,
Letter paper size is 612x792 points, resize it to 612x792 points,

and so on.

VeryUtils
----------------------------
I don't think I explained properly. I want to resize an 8 1/2 x 11 pdf to 8x8.

Is this possible?

Thanks.
----------------------------
>>I don't think I explained properly. I want to resize an 8 1/2 x 11 pdf to 8x8.

8 inch is 576 pt, so you can run following command line to resize an 8 1/2 x 11 pdf to 8x8,

pdfresizer.exe -$ XXXXXXXXXXXXXX -resizepaper "576x576" C:\1LIV\SLINV.PDF C:\1LIV\RESIZE.PDF

VeryUtils

No votes yet.
Please wait...

Related Posts

Leave a Reply

Your email address will not be published.