https://github.com/martinheinrich2/pypdftool
PDF viewer, merge, splitt, rotate in Python.
https://github.com/martinheinrich2/pypdftool
pdf-merger pdf-rotate pdf-splitter pdf-viewer python
Last synced: 3 months ago
JSON representation
PDF viewer, merge, splitt, rotate in Python.
- Host: GitHub
- URL: https://github.com/martinheinrich2/pypdftool
- Owner: martinheinrich2
- License: mit
- Created: 2022-09-18T08:24:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T13:08:21.000Z (about 2 years ago)
- Last Synced: 2025-06-01T01:47:31.146Z (4 months ago)
- Topics: pdf-merger, pdf-rotate, pdf-splitter, pdf-viewer, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PDF-Tool in Python
The GUI app provides a simple PDF viewer and some tools to split or merge PDFs.
The tkPDFViewer package has a default fixed zoom value of 72dpi. So an optional dpi value was added
to implement zoom functionality in the PDF-Viewer.* Simple PDF-Viewer with zoom functionality.
* A multiple page PDF-File can be splitted to single pages.
* Multiple PDF-Files can be merged to one single PDF-File.
* Pages can be rotated 90 degrees clockwise. Page count starts with 0.
* Modified PDF-Document can be saved.# Language/Framework/Libraries
Python/Tkinter
PyPDF2
PyMuPDF
tkPDFViewer