Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/TheBobTheBlob/cbPDF

cbPDF is a command line tool to convert a folder or compressed archive containing images into a PDF
https://github.com/TheBobTheBlob/cbPDF

command-line-tool pdf-generation

Last synced: 3 months ago
JSON representation

cbPDF is a command line tool to convert a folder or compressed archive containing images into a PDF

Awesome Lists containing this project

README

        

# cbPDF

cbPDF is a command line tool to convert a folder or compressed archive containing images into a PDF.

## Requirements

* Python 3.7+
* Standard Library: `logging`, `os`, `pathlib`, `shutil`, `sys`
* Other: `fpdf2`, `pillow`