We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e34086 commit 1b063b6Copy full SHA for 1b063b6
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "uptick-splat"
3
-version = "0.1.4"
+version = "0.1.5"
4
description = "Django library for invoking splat"
5
authors = ["william chu <[email protected]>"]
6
readme = "README.md"
uptick_splat/utils.py
@@ -146,7 +146,7 @@ def pdf_from_html(
146
def pdf_from_html_without_s3(
147
body_html: str,
148
javascript: bool = False,
149
-) -> Optional[bytes]:
+) -> bytes:
150
"""Generates a pdf from html without using s3. This is useful for small pdfs and html documents.
151
152
The maximum size of the html document is 6MB. The maximum size of the pdf is 6MB.
0 commit comments