Yes, this is doable. You can do something like this with PDF.js. - Source: Reddit / 3 months ago
Sure! You can build your own PDF editor with a combination of PDF.js and PDF-lib. - Source: Reddit / 3 months ago
I stand on the shoulders of giants, namely a combination of PDF.js and PDF-lib. - Source: Reddit / 3 months ago
Because it looks like that you're looking only for a solution that works on the web, you might be able to use pdf.js. - Source: Reddit / 3 months ago
I primarily use PDF.js, the pdf reader embedded into amongst other things Firefox. It was developed by Mozilla for Firefox though. The mayor benefit is that you get Javascript processes isolation and security which is always nice. - Source: Reddit / 5 months ago
Are you thinking of something like PDF.js Https://mozilla.github.io/pdf.js/. - Source: Reddit / 6 months ago
Something you probably already have built into your web browser? PDF.js. - Source: Reddit / 7 months ago
I've done a fair bit of this sort of work, my preference is a web form that is laid out similarly to the PDF ( not essential though ) that generates the PDF on the client or server-side. HTML2PDF is a server-side PHP library I've used a lot, try PDF.js if you want to do it in the web browser. - Source: Reddit / 7 months ago
I stand on the shoulders of giants, namely PDF-lib, PDF-js and React-beautiful-DND – everything else is pretty much custom code. - Source: Reddit / 7 months ago
Here is the GitHub link to Mozilla's PDF viewer and here is the link to the online demo of the PDF viewer. - Source: Reddit / 12 months ago
Not op, but pdf.js is one of the most widely used. - Source: Reddit / about 1 year ago
Only because it is displayed as HTML5, does not mean the viewer or the the thing creating said document can't be written in JS. Https://mozilla.github.io/pdf.js/. - Source: Reddit / over 1 year ago
I don't know how to use PDF.js for this task. I would rather not use PDF.js because it is huge (file size). - Source: Reddit / over 1 year ago
Jokes aside, I think you can us Annotation Layer in pdfjs from mozilla. - Source: Reddit / over 1 year ago
I had thoughts of using Mozilla's PDF.js (https://mozilla.github.io/pdf.js/) in one of my project. I want to make my project privacy focused. - Source: Reddit / over 1 year ago
You must see this: https://mozilla.github.io/pdf.js/. - Source: Reddit / almost 2 years ago
Alternatively use https://mozilla.github.io/pdf.js/ for more control. - Source: Reddit / almost 2 years ago
Mozilla's PDF viewer is written in JS – it's literally called PDF.js: https://mozilla.github.io/pdf.js/. This new feature means you can run JS embedded in PDF… in PDF.js. - Source: Hacker News / almost 2 years ago
Firefox uses PDF.js while Chrome uses something else, one way they differ is how they determine what to name a PDF when downloaded. - Source: Reddit / about 2 years ago
Do you know an article comparing Firefox PDF Viewer (PDF.js) to other products?
Suggest a link to a post with product alternatives.