webpageshot / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%