Convert a list of URLs to individual images or PDF files. Specifically engineered to avoid output image distortions and similar issues that plague other solutions.
- Free
- High-quality output
- Simple to use
- Works on both Linux and Windows
- Python 3.9+
- Chrome browser installed
- Download Chrome driver here -> [https://chromedriver.chromium.org/downloads].
- Make sure to get the same version as the chrome browser on your PC.
- Drop it into the folder & replace the current chromedriver.exe (Windows) or chromedriver (Linux).
- The following command will install the packages according to the configuration file "requirements.txt"
pip install -r requirements.txt
- Populate the [list_urls.txt] with the list of URLs to be converted. Sample format provided.
- Execute the AutoScreenshots_ARS.py file.