Metadata-Version: 2.1
Name: editpdf
Version: 0.1.0
Summary: PDF File title editing CLI application
Home-page: https://github.com/kar-re/pdftitle
Author: Kaspian Jakobsson
Author-email: kaspian.jakobsson@gmail.com
License: MIT
Description: # EditPdf
        
        **EditPdf** is a small python application for changing title metadata of PDFs.
        
        ## Usage
        ```
        editpdf inputfilename outputpath
        ```
        `inputfilename` can be a specific file, or *.pdf, or similar. It can include whole directories of pdfs as well.
        
        `outputpath` points to the folder where the changed files should be stored.
        
        :
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
