Using google drive api documentation implemented the downloading part using node js. Now i have to convert that downloaded pdf into base64 . Can anyone please help me to go through this.
Asked
Active
Viewed 176 times
-1
-
welcome to SO. What you have tried so far??? – Subburaj Nov 01 '19 at 05:21
-
https://stackoverflow.com/questions/17124053/node-js-get-image-from-web-and-encode-with-base64 this might help you. – Parth Raval Nov 01 '19 at 05:22
-
i have downloaded the pdf from google drive now i want to convert that pdf to base64 @Subburaj – elakkiya Nov 01 '19 at 11:02
1 Answers
0
There are lot of packages available for converting pdf to base64 https://www.npmjs.com/package/pdf-to-base64

Devil Doxx
- 16
-
I have installed that package. Then i tried to convert my pdf it not working – elakkiya Nov 04 '19 at 10:04