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.
- Open your web browser and navigate to applications
- Click on the "Choose File" button and select the PDF file you want to split.
- Enter the page numbers you want to extract in the "Start Page" and "End Page" fields.
- Enter a name for the output file in the "Output File Name" field.
- Click the "Split PDF" button and wait for the process to complete.
- 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.
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Install client side packages and start client
$ yarn
$ yarn dev
View the website at: http://localhost:8080
You can preview the application by visiting the following link: https://pdf-splitter-orpin.vercel.app/.