/pdf-extractor-backend-

An individual project. It's a part of an assignment given by Vidyalai company. It is a pdf-extractor app with features of uploading, extracting the pdf-files. You can follow the given instructions to test the app and accessing the attached links.

Primary LanguageJavaScript

Project Overview

It is a backend side of the pdf-extractor project where you can:

  • Upload a PDF file and store it on the server.
  • Retrieve the stored PDF files for display.
  • Extract the selected pages from the original stored PDF and create a new PDF.

Project Installation Steps:

  1. Clone the backend repository:

    git clone https://github.com/aniketpandey2912/pdf-extractor-backend-.git
    
  2. Install packages:

    npm install
    
  3. Start server:

    npm run server
    

I have a deployed frontend on Vercel, so you don't need to clone the frontend repo. And, you can use the deployed link below for app demonstration.

Click on link to open frontend app: [https://pdf-creator-frontend.vercel.app/]

Frontend Repository Link

To view the frontend repository click on the link: [https://github.com/aniketpandey2912/pdf-extractor-frontend]

Different States Of App

First View

When you select a file.

After you click on the upload file button.

After you select pages and click on the extract pdf button

Once you click on download URL.

Mobile View.

Now you can open the downloaded file and enjoy the view :)