Skip to content

TimZeng/pdf-editor

Repository files navigation

PDF Editor

Tool to split one large PDF file into multiple files and draw rectangles on PDF file.

Getting Started

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.

Familiar with Git?

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

Not Familiar with Git?

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

Built With

  • 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

Issues

  • Enable flexible editing on react component See more

Author

Releases

No releases published

Packages

No packages published