An open API service indexing awesome lists of open source software.

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.

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.

![banner](https://github.com/incubated-geek-cc/pdf-3-in-1/blob/main/preview.png)

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