/PDFCombiner

Simple image combiner.

Primary LanguagePython

PDF combiner

Hi there 👋🏻, this is a pretty simple image combiner built using Python 🐍 programming language. It is able to:

  1. Take your images
  2. Convert them to .jpg
  3. Combine all the images to a single pdf file

And voilà 🤩! You get your magic pdf file.
Enjoy ✌🏻.

Libraries used

Cairosvg, for image convertion. Docs: https://cairosvg.org/documentation.
PIL, used to combine into pdf. Docs: https://pillow.readthedocs.io/en/stable.