https://github.com/suda/stereo
Generate PDF documents in batch
https://github.com/suda/stereo
Last synced: about 1 year ago
JSON representation
Generate PDF documents in batch
- Host: GitHub
- URL: https://github.com/suda/stereo
- Owner: suda
- Created: 2016-03-11T18:08:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T22:04:03.000Z (over 8 years ago)
- Last Synced: 2025-03-20T15:09:45.836Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 911 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
#  Stereo
### Generate PDF documents in batch.
Make badges, labels, invitations, invoices documents from CSV files or any dataset.
[](https://travis-ci.org/suda/stereo)
[](http://stereo.readthedocs.org/en/latest/?badge=latest)
[](https://badge.fury.io/py/stereo)
[](https://gitter.im/suda/stereo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
# 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](http://stereo.readthedocs.org/en/latest/generating-from-csv/).
## **Scenario B:** My Python application needs to generate simple PDFs
In this case it would be the best to [use Stereo programmatically](http://stereo.readthedocs.org/en/latest/generating-using-code/). 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](http://stereo.readthedocs.org/en/latest/)
# Examples
You can find example code in [`examples` directory](examples).
# [Contributions welcome](http://contributionswelcome.org/)
All contributions (no matter if small) are always welcome.
To see how you can help and where to start [see Contributing file](CONTRIBUTING.md).
# Acknowledgements
* Project based on [Django Under The Hood's badges generator](https://github.com/djangounderthehood/badges) originally by [Ola Sitarska](https://github.com/olasitarska) and [Kuba Kucharski](https://github.com/83tb)
* Icon from [Elegant Themes Line Icons](https://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons).
* Layout import based on [Scrapy](https://github.com/scrapy/scrapy) `runspider` command.