Canada Post shipping labels.pdf can be formatted for 4x6 thermal printers. This script will format a 8.5x11 PDF file to 4x6, and save it to a new file.
Works with multiple labels per page.
Python pip install pypdf
- Save your label.pdf at Labels/label.pdf
- While on label_format.py file, click Run button
- Your default pdf app should open the new label, or you can find it at Labels/print/yyyy-mm-dd.pdf.
- Note: If you run the script again, it will overwrite the previous file.
- The original label.pdf file will be moved to Labels/archive/yyyy-mm-dd-original.pdf
PS: If you use this, please star the repo. Thanks!