Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika committed Oct 20, 2020
1 parent 7401449 commit ade93f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

setuptools.setup(
name="pdfy",
version="1.0.40",
version="1.0.50",
author="Mika Hämäläinen",
author_email="mika.hamalainen@helsinki.fi",
author_email="mika@rootroo.com",
description="A library for converting HTML files into PDF. The tool uses Chrome to render the HTML and print it into a pdf file.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
4 changes: 2 additions & 2 deletions test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pdfy import Pdfy

p = Pdfy(9223)
p.html_to_pdf("lasku_pohja.htm", pdf_path="lasku_pohja.pdf")
p = Pdfy(debug_port=9223)
p.html_to_pdf("https://www.aljazeera.net/", pdf_path="test.pdf")

0 comments on commit ade93f7

Please sign in to comment.