Metadata-Version: 2.1
Name: blinkpdf
Version: 1.5
Summary: Blink-based webpage-to-pdf converter
Project-URL: Homepage, https://gitlab.com/hydrargyrum/blinkpdf
Author-email: Hg <dev@indigo.re>
License-Expression: Unlicense
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Printing
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Requires-Dist: pyqt5
Requires-Dist: pyqtwebengine
Description-Content-Type: text/markdown

BlinkPDF is yet another webpage-to-pdf converter.

It uses PyQt5 and QtWebEngine (with Blink engine) to do so.

Pass an URL and an output filename, the page will be retrieved and converted
to PDF. Additionally, it can be given custom cookies and headers and also
some javascript code to execute (if needing to perform custom tweaks to
the page).
