Create your pdfs in minutes by simply entering the number of pages and details about your desired PDF.
- Dall E and GPT used for image and text creation
- Generate a custom PDF by entering your desired specifications
- Currently supports 5 types of layout for each page
- Reduced time to create PDFs
pdfcreatorvideo.mp4
Clone the repository
git clone https://github.com/Saksham294/pdf-creator.git
Navigate to pdf-creator folder
cd pdf-creator
Install all dependencies
npm i
Create a .env file to store the url for backend
REACT_APP_URL="BACKEND URL HERE"
To run the client enter
npm start