https://github.com/betatim/pdf-it
https://github.com/betatim/pdf-it
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/betatim/pdf-it
- Owner: betatim
- License: mit
- Created: 2021-04-10T14:09:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T12:31:45.000Z (over 4 years ago)
- Last Synced: 2024-12-28T21:22:48.288Z (10 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create PDFs!
## Deploying
A demo of this is hosted on Heroku at https://pdf-it.herokuapp.com
Deploy it your favourite way: auto-deploy via GitHub integration or manually
with a remote like `ssh://git@heroku.com/pdf-it.git` called `heroku` and then
running `git push heroku main:main`We use the libreoffice buildpack for heroku: https://github.com/BlueTeaLondon/heroku-buildpack-libreoffice-for-heroku-18. If you setup a new heroku instance follow the instructions
for adding the buildpack. Despite the name this buildpack can also be used
with heroku-20.## Local development
Install Python 3.9, install libreoffice (`soffice` has to be on your PATH),
`pip install -e .`, run `pdfitapp --debug --port=8080`, and visit
http://localhost:8080/.