Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 817 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 817 Bytes

converttolettersize

Super simple tool to convert smaller format pdf document to letter size while maintaining size and proportion of content.

This will resize the pages in the document to letter size and center the existing content. Content will maintain its absolute size and proportions when printed.

This tool was created to convert old sewing pattern PDFs to US letter size, allowing me to print them at a US print shop.

how to use

To use for yourself, first clone this repository and cd to it:

git clone https://github.com/cpparnell/converttolettersize.git
cd converttolettersize

Then, install the command line tool:

pip install . 

Finally, you can convert from smaller formats to letter size using:

converttolettersize /path/to/input/file.pdf /path/to/output/file.pdf