https://github.com/incubated-geek-cc/pdf-3-in-1
A pdf document toolkit which splits, extracts and merges specified pdf files. Deployed with Flask and accessible via Web UI.
https://github.com/incubated-geek-cc/pdf-3-in-1
flask-api flask-application json-api jupyter-notebook pdf-document-api pdfkit
Last synced: about 2 months ago
JSON representation
A pdf document toolkit which splits, extracts and merges specified pdf files. Deployed with Flask and accessible via Web UI.
- Host: GitHub
- URL: https://github.com/incubated-geek-cc/pdf-3-in-1
- Owner: incubated-geek-cc
- Created: 2020-10-08T04:08:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-01T03:42:33.000Z (over 4 years ago)
- Last Synced: 2025-01-16T11:28:44.092Z (4 months ago)
- Topics: flask-api, flask-application, json-api, jupyter-notebook, pdf-document-api, pdfkit
- Language: Jupyter Notebook
- Homepage:
- Size: 55.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF 3-1
## Web Application ✱ Utility for PDF Files/Pages
## Main Objective: Create a web application which enables users to:
* **Merge**
* **Splice**
* **Rotate Pages**Note: The code snippets of util functionalities: rangify, add, merge of this [notebook](https://github.com/incubated-geek-cc/pdf-3-in-1/blob/main/pdf-3-in-1.ipynb) are taken from the original author at https://github.com/metaist/pdfmerge where it was used as a command-line utility. This notebook leverages on these functionalities to run in a more user-friendly environment: providing users with a web app interface to perform the same tasks in this jupyter notebook.

* Running: Python 3.7.9
* Using: pip 20.2.4
* OS: Windows 10