Skip to content

This is simple script, wirtten on python, that reads .pdf file and store its metadata in .xlsx file

License

Notifications You must be signed in to change notification settings

xromza/pdfMDtoExcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

pdfMetadataToExcel

This is simple script, wirtten on python, that reads .pdf file and store its metadata in .xlsx file

Instruction:

  • Add your .pdf file into same directory with script
  • You can enter multiple filenames

Warning

Spaces are not allowed in the filenames

  • You can use that script directly or externally by using create_metadata('Your filenames') function
  • To run in cmd:
    • Open cmd in same folder with script
    • Enter command:
    py pdfMetadataToXLSX.py
    
    or (for Python lower than 3.11)
    python pdfMetadataToXLSX.py
    

About

This is simple script, wirtten on python, that reads .pdf file and store its metadata in .xlsx file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages