Skip to content

This python script will scan a directory of pdf files and create folders and thumbnail images of the 1st page in each pdf and put them into a folder named according to the pdf

Notifications You must be signed in to change notification settings

vt-digital-libraries-platform/pdfimages_thumbnails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“„ pdfimages_thumbnails

This Python script scans a specified directory for PDF files and processes each one to generate and organize thumbnails to be used in the S3 previews.

πŸ” What It Does

For each PDF file in the given folder, the script:

  1. Creates a subfolder named after the PDF file (excluding the .pdf extension).
  2. Generates a thumbnail of the first page of the PDF.
  3. Saves both the original PDF and the thumbnail inside the new subfolder.
  4. Organizes files for easier browsing, display, or archiving and to uploaded into the S3.

About

This python script will scan a directory of pdf files and create folders and thumbnail images of the 1st page in each pdf and put them into a folder named according to the pdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages