Skip to content

Python script that helps to make beautiful PDF using chrome as backend.

Notifications You must be signed in to change notification settings

linuxpolska/chrome-print-page-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Print Page Python

Trivial scripts that helps me automate printing with chrome.

Usage

On first terminal start Google Chrome with ./start_chrome.sh.

On the second terminal invoke script

./print_me.py https://google.com
./print_me.py --printBackground True https://bing.com

Requirements

Python 3.6+ and modules from requirements.txt

Depedency installation within virtualenv

virtualenv -p /usr/bin/python3 venv
. venv/bin/activate
pip install -r requirements.txt 

Documentation

https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-printToPDF

./print_with_chrome.py -h

Other solutions

About

Python script that helps to make beautiful PDF using chrome as backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.5%
  • Shell 15.5%