stereo

Generate documents from CSV file in batch


Keywords
pdf, labels, badges, generator, batch
License
MIT
Install
pip install stereo==0.1.2

Documentation

Stereo

Generate PDF documents in batch.

Make badges, labels, invitations, invoices documents from CSV files or any dataset.

Build Status Documentation Status PyPI version Gitter

Usage

Scenario A: I have a CSV file and need to generate a lot of similar PDFs

Quickest way would be to use Stereo's command line.

Scenario B: My Python application needs to generate simple PDFs

In this case it would be the best to use Stereo programmatically. This can be done in web server (using i.e. Django or Flask) and in desktop apps too.

Documentation

Whole usage and API reference is available at http://stereo.readthedocs.org

Examples

You can find example code in examples directory.

Contributions welcome

All contributions (no matter if small) are always welcome.

To see how you can help and where to start see Contributing file.

Acknowledgements