aleroyer / shipping-labels

Prepare PDF files to be printed on A4 from shipping providers (Colissimo, Mondial Relay)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shipping-labels

A small program written in Go to prepare PDF files from shipping provider into one big file ready to be print.

This program will:

  • crop PDF files from Colissimo and Mondial Relay to only keep the shipping label part
  • merge everything into one file

Installation

Grab the corresponding .tar.gz from the release page and execute directly the program with

./shipping-labels

Usage

Usage:
  shipping-labels [src_dir] [dest_dir] 

It will produce a pdf file in [dest_dir] named <YYYYMMDD-hhmm>_ready_to_print.pdf.

About

Prepare PDF files to be printed on A4 from shipping providers (Colissimo, Mondial Relay)

License:Apache License 2.0


Languages

Language:Go 100.0%