Skip to content

This is a PDF processing website with features like compression and format conversion to DOCX, PPTX, XLSX and zip of JPGs using the Adobe PDF Services API

Notifications You must be signed in to change notification settings

Abhijeet-2003/Flexi-PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flexi-PDF

This is a PDF processing website that deals with PDF compression and format conversion to DOCX, PPTX, XLSX and zip of JPGs.


The steps to run this locally are:

  • Clone this repo.
  • Open the cloned repo in a code editor such as Visual Studio Code.
  • Install the dependencies using the command npm i in client and server folders.
  • Create your Adobe PDF Services API credentials here.
  • Make a .env file inside the server folder.
CLIENT_ID = { Your CLIENT_ID }
CLIENT_SECRET = { Your CLIENT_SECRET }
  • Start the server using the command nodemon app and the client using npm start.

Now, you have your own PDF compressor/convertor 🚀.

Deployment Link of this project - https://flexi-pdf.vercel.app/

About

This is a PDF processing website with features like compression and format conversion to DOCX, PPTX, XLSX and zip of JPGs using the Adobe PDF Services API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published