33
Views
4
Comments
Solved
PDF to Text or html client side
Question

Hello There,

I want to read text from PDF file, there are some libraries available on forge like ultimate pdf.  As per business requirements I want to do this on client side in reactive web application.


 

2019-01-07 16-04-16
Siya
 
MVP
Solution

Attached is a sample html file generated using AI. Please test to see if this works as per your requirement and if it does, integrate it into OutSystems.

pdfdemo.zip
2019-01-07 16-04-16
Siya
 
MVP

You may try with pdf.js javascript library. 

2024-09-30 08-52-47
Imran Khan

Hi @Siya 


Thanks for replay. I have tried to use pdf.js in my project.

But when I try to use it in JavaScript code it shows PdfJsLib undefined 


Can you please help on this?


2019-01-07 16-04-16
Siya
 
MVP
Solution

Attached is a sample html file generated using AI. Please test to see if this works as per your requirement and if it does, integrate it into OutSystems.

pdfdemo.zip
2024-09-30 08-52-47
Imran Khan

I referred this example and implemented same in OutSystems. 

It works fine. 

Thank you so much!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.