Export PDF Metadata to JSON Using Python
The Python script below uses PyMuPDF to read basic information from a PDF, saves that information as a JSON file, and downloads the file to your computer.
Install pymupdf
If pymupdf isn't already inst
pdfpythonhub.hashnode.dev3 min read