Collection of utilities, functions, and classes with a focus on modularity and reusability
pdf_editor.py
is a simple script to edit the title of a PDF file.
This script provides functionality to modify the title of a PDF document and save the modified PDF to a new file.
> python pdf_editor.py <input_pdf> <output_pdf> <new_title>
Example:
> python pdf_editor.py input.pdf output.pdf "New Title"
- PyPDF2 (https://pythonhosted.org/PyPDF2/)
README_template.md
is a simple README.md template for a GitHub repository.
Download the template and customize it to yout needs.
Xandra Campo @GitHub
LMRI @GitHub
Distributed under the GNU GPLv3 License.
Contributions are welcome. Please check the issues page if you want to contribute.
Xandra Campo [email protected]