Skip to content

Simple Python3 script which export a CSV containing all pdf under current folder with their page number

Notifications You must be signed in to change notification settings

Fjordo/export-total-pdf-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

export-total-pdf-pages

Simple Python3 script which export a CSV containing all pdf under current folder with their page number

prerequisites

uses PyPDF2 from PdfFileReader library, which need to be installed with pip install PyPDF2

usage

execute the script and redirect the output to a file: python3 export-total-pdf-pages.sh >> total.csv

About

Simple Python3 script which export a CSV containing all pdf under current folder with their page number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published