Posts by Guilherme • 7 points
2 posts
-
-2
votes1
answer601
viewsQ: read content from a pdf using javascript client side
I have a PDF that I load via input and I need to get the contents of the file via Javascript without the use of Node.js "server side". I was able to get the contents in Base64, but it’s not…
-
-1
votes1
answer1649
viewsQ: Read content from a PDF in Javascript
I have a PDF that I load via input and I need to get the contents of the file via Javascript without the use of Node.js "server side". I was able to get the contents in Base64, but it’s not…