https://github.com/rhidoyhasanmahmud/generate-pdf-in-django
HTML Template to PDF in Django and Show Image in PDF Page
https://github.com/rhidoyhasanmahmud/generate-pdf-in-django
django python xhtml2pdf
Last synced: about 2 months ago
JSON representation
HTML Template to PDF in Django and Show Image in PDF Page
- Host: GitHub
- URL: https://github.com/rhidoyhasanmahmud/generate-pdf-in-django
- Owner: rhidoyhasanmahmud
- Created: 2020-02-10T06:17:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T15:35:18.000Z (over 5 years ago)
- Last Synced: 2024-07-12T16:25:05.733Z (11 months ago)
- Topics: django, python, xhtml2pdf
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate-PDF-in-Django
### Install xhtml2pdf docs:
- Using Python 3
pip install --pre xhtml2pdf
- Using Python 2
pip install xhtml2pdf
You can dynamic image url and show any image into PDF file.