Django-phantom-pdf

Latest version: v0.3

Safety actively analyzes 619136 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3

Now render_to_pdf can return a HttpResponse or a string with a file path.

Will return an HttpResponse (with file attached)


response = render_to_pdf(request, 'frula')


Will return a string with a file path.


file_path = render_to_pdf(request, 'frula', make_response=False)

0.2

Fixed some bugs.

0.1

Initial Release.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.