Tool to split one large PDF file into multiple files and draw rectangles on PDF file.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. There are two methods for getting started with this project.
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone https://github.com/TimZeng/pdf-editor.git
> cd pdf-editor
> npm install
> npm run dev
Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:
> npm install
> npm run dev
- ReactJs - The JavaScript library for building user interfaces
- NodeJs - The JavaScript runtime built
- react-pdf - Display PDF files in React applications
- multer - node.js middleware for uploading files
- zip-folder - Zips a folder and calls the callback
- HummusJS - NodeJS Module for Creating, Parsing an Manipulating PDF Files and Streams
- Webpack - The module bundler for modern JavaScript applications
- Enable flexible editing on react component See more
- Tim Zeng - Initial work - See More