Skip to content

shirsho-12/SeleniumPDFGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeleniumPDFGen

Generates a PDF from images extracted from a lazy-scroll optimized web page.

I created this library to download SVG/PNG/JPEG files from a lazy-scroll optimized website interface given the general CSS selector tag of the object.

Sample usage:

python main.py -l https://musescore.com/classicman/scores/77131 -sv "Chopin Nocturne No.20 in C# Minor" -v

-l or --link is the link to be downloaded from.

-sv or --save_name is the name the PDF is to be saved as.

-v or --verbose controls to verbosity of the output.

-t or --tag is the CSS Selector tag in the webpage to be downloaded from.

Please let me know of any bugs in the code at [email protected] or open an issue here.

About

Generates a PDF from images extracted from a lazy-scroll optimized web page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages