Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 996 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 996 Bytes

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