A Pure-Python library built as a PDF toolkit. It is capable of: extracting document information (title, author, …) splitting documents page by page merging documents page by page cropping pages merging multiple pages into a single page encrypting and decrypting PDF files and more! By being Pure-Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs. Project description pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3.
A Python script to rename PDF files efficiently. This script can read the Title of PDF files, and let you to rename them using their title. Download the script and place it in the current directory (location of pdf files) and run the script. If the title information is not available, it will skip the file. If there is a Title information available for the PDF, it will rename the file name to the title name after confirming it from the user.
Library PyPDF2_Fields is a complement to PyPDF2. It helps reading and setting a PDF file’s fields, knowing their type and controlling their editability.
This library writes text representations of the object structures that make the pages and fields of PDF files in PyPDF2. It was originally developped in repository ClubCedille/pdf-autofiller.
Références: