Metadata-Version: 2.1
Name: selenium-to-pdf
Version: 0.2
Summary: A simple utility to convert a web page to PDF using Selenium and Chrome.
Home-page: https://github.com/mkbabb/selenium-to-pdf
License: MIT
Keywords: selenium-to-pdf,html,pdf
Author: Mike Babb
Author-email: mike7400@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: selenium (>=4.9.1,<5.0.0)
Project-URL: Repository, https://github.com/mkbabb/selenium-to-pdf
Description-Content-Type: text/markdown

# selenium-to-pdf

Given an HTML document, converts thereupon to a PDF using Selenium's DevTools.

