Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.2 KB

React PDF Splitter

This is a simple ReactJS project that allows you to split a PDF file into separate pages, each page with a given name. The application uses the pdf-lib library for PDF manipulation.

Usage

  1. Open your web browser and navigate to applications
  2. Click on the "Choose File" button and select the PDF file you want to split.
  3. Enter the page numbers you want to extract in the "Start Page" and "End Page" fields.
  4. Enter a name for the output file in the "Output File Name" field.
  5. Click the "Split PDF" button and wait for the process to complete.
  6. The output file will be downloaded to your computer.

Note: If you encounter any issues with the application, please ensure that you have the necessary permissions and legal rights to use and manipulate any PDF files.

Installation

  1. Clone the repository to your local machine.
  2. Navigate to the project directory in your terminal.
  3. Install client side packages and start client
$ yarn
$ yarn dev

View the website at: http://localhost:8080

Preview

You can preview the application by visiting the following link: https://pdf-splitter-orpin.vercel.app/.