Skip to content

cpparnell/converttolettersize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

converttolettersize

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

About

Convert PDF to letter size while maintaining size and proportion

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages