iLovePDF REST API
I made this Web app in Reactjs using Styled-Components and Redux. In this Web app, I have Integrated iLovePDF REST APIs. You can get more detail about iLovePDF REST APIS by visiting this link https://developer.ilovepdf.com/docs/api-reference. In this Web app, I have added three features, you can convert each image to pdf, pdf to image and html to pdf.
it will be appreciated if you create issue if you face any blockage.
To get start you need to generate public key,by visiting this link https://developer.ilovepdf.com/login and create account. once the account is created successfully you will receive public key then check this video https://youtu.be/FFclrAa3nlI, This will be really helpful for you.
I will try to update more features.
- PDF to JPG
- Convert each PDF page into a JPG.
- JPG to PDF
- Convert image to PDF in seconds.
- HTML to PDF
- Convert webpages in HTML to PDF. Copy and paste the URL of the page you want and convert it to PDF with a click.
- Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
- Clone this repo using
https://github.com/AhmadFaraz-crypto/Ilove-PDF-Rest-APIS
- Move to the appropriate directory:
cd Ilove-PDF-Rest-APIS
. - Run
npm install
in order to install dependencies and clean the git repo.
At this point you can runnpm start
to see the example app athttp://localhost:3000
. - Run
npm run clean
to delete the example app.
Please see https://developer.ilovepdf.com/docs for up-to-date documentation.