Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 786 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 786 Bytes

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 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

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