pdf docs Organiser using python
Python code to organise your pdf doc and represent them in html page with pdf title in hyperlink. Project uses PyPDF2 library.
pip install PyPDF2==2.12.1
For reference https://pypi.org/project/PyPDF2/
- 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.