diff --git a/setup.py b/setup.py index 7c2fea6..1ed1337 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/test.py b/test.py index 9701e43..c226cfe 100644 --- a/test.py +++ b/test.py @@ -1,4 +1,4 @@ from pdfy import Pdfy -p = Pdfy(9223) -p.html_to_pdf("lasku_pohja.htm", pdf_path="lasku_pohja.pdf") \ No newline at end of file +p = Pdfy(debug_port=9223) +p.html_to_pdf("https://www.aljazeera.net/", pdf_path="test.pdf") \ No newline at end of file