PDFToBase64 - Custom Module - NodeJS

Hi there fellow Wapplers,

Inspired by the simplicity of @sid’s module:
(ImageToBase64 - Custom Module - NodeJS)

Here is a variation that handles pdf to base64, instead of image to base64.

Install the package (https://github.com/ShubhamBansal1997/pdf-to-base64):

npm i -S pdf-to-base64

And put these files in your

\extensions\server_connect\modules

pdftobase64.zip (888 Bytes)

Thanks @sid for your example.

2 Likes