Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 721 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 721 Bytes

Canada Post PDF Formatted 4x6 Thermal Shipping Labels

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.

Requirements

Python pip install pypdf

Usage

  • 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!