Skip to content

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.

Notifications You must be signed in to change notification settings

webpageshot/AutoScreenshots_ARS

 
 

Repository files navigation

AutoScreenshots_ARS

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.

Highlights

  • Free
  • High-quality output
  • Simple to use
  • Works on both Linux and Windows

Prerequisites

  • Python 3.9+
  • Chrome browser installed

Installation

  1. Download Chrome driver here -> [https://chromedriver.chromium.org/downloads].
  2. Make sure to get the same version as the chrome browser on your PC.
  3. Drop it into the folder & replace the current chromedriver.exe (Windows) or chromedriver (Linux).
  4. The following command will install the packages according to the configuration file "requirements.txt"
    pip install -r requirements.txt
    

Usage

  • Populate the [list_urls.txt] with the list of URLs to be converted. Sample format provided.
  • Execute the AutoScreenshots_ARS.py file.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%