Skip to content

mjadwani/pdfshelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdfshelf

pdf docs Organiser using python

Description

Python code to organise your pdf doc and represent them in html page with pdf title in hyperlink. Project uses PyPDF2 library.

Setup

  • Install PyPDF2 library:
pip install PyPDF2==2.12.1
  • Download bookshelf.py python code.

How to Use?

  • On Terminal (Linux) or cmd.exe (Windows) Issue
python3 bookshelf.py <pathname>
Linux Eg. python3 bookshelf.py '/home/manoj/Documents/Mainframe/DB2V12'
Windows Eg.python bookshelf.py C:\Users\ManojJadwani\Documents\ContentManager

pdflinks.html is generated which can be viewed using any browser.

Unorganised pdf files

image

Output HTML page.

image

Releases

No releases published

Packages

No packages published