I have a startup and we are highly reliant on PDF rendering in our application. But here's the thing, Nik: your pricing model doesn't make sense to me. In general, most PDF SDK models don't make sense. I have searched a lot over the years, and am left consistently disappointed. You charge the same amount to large commercial customers as you do to small startups, who are trying to save every penny. Even though I reall…
Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
41–50 of 136 posts
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#42I'm all about the open core business model.. but are you guys affiliated with the core pdf.js team? $440 / month is pretty hard to swallow. I love that you guys included a build vs buy section, but I think it's going to be difficult to land clients at this price point because higher end clients are more likely to choose the build vs buy option. Anyhow, the product itself looks well structured. Congrats & best of luck…
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#43Earlier quoted context omitted.
Their website and marketing of this fact (is it a fact?) is very confusing or misleading. The comparison at https://pdfjs.express/pdfjs-vs-express says "PDF.js is an open-source PDF library that was created by Mozilla in 2011 to let you open and render PDFs in web browsers using JavaScript. PDF.js Express is a fully-featured commercial PDF.js viewer with a modern and customizable UI." I would really like to know whet…
Evidently I should clarify that by "open source", I mean "released under an OSI approved license" ( https://opensource.org/licenses ). Maybe robocop2018 means "open source" in the sense of "there is possibly minified non-human readable source code that you can look at under a very restrictive non-OSI license"?
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#44While other editors "add stuff on top of PDF", Photopea "chews through" each byte of a PDF, and tries to make as much sense of it as possible.
You can rewrite the existing text (with the same formatting), edit bézier curves, edit gradient fills. You can edit bitmaps on a pixel level. You can see the parameters as CSS or export it into an SVG.
Also, it is free. People open about 150,000 PDF files a month in it, but I hope it will get more popular in the future.
Demo PDF: https://www.photopea.com/api/img2/WEBSITE-ZLONIN-uprava.pdf
Photopea: https://www.photopea.com#%7B%22files%22:%5B%22https://www.ph... (press T and click into the text to edit it)
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#45Do you just use the open source PDF.js engine or do you contribute back to the project with fixes and features?
[1] https://pdfjs.express/blog/building-pdfjs-viewer [2] https://pdfjs.express/blog/build-pdfjs-viewer-ui
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#46Earlier quoted context omitted.
Their website and marketing of this fact (is it a fact?) is very confusing or misleading. The comparison at https://pdfjs.express/pdfjs-vs-express says "PDF.js is an open-source PDF library that was created by Mozilla in 2011 to let you open and render PDFs in web browsers using JavaScript. PDF.js Express is a fully-featured commercial PDF.js viewer with a modern and customizable UI." I would really like to know whet…
Evidently I should clarify that by "open source", I mean "released under an OSI approved license" ( https://opensource.org/licenses ). Maybe robocop2018 means "open source" in the sense of "there is possibly minified non-human readable source code that you can look at under a very restrictive non-OSI license"?
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#47Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#48RE: the "Extract & parse content" feature, does this mean you can parse and extract data from PDF documents like bank statements or invoices?
We can extract text and form data -- we'll try to get some documentation around that in the next week or so.
I don't see it in the Demo. Did I miss it ?!
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#49The form fill demo only prints a bitmap. Is that intentional? The quality is completely unacceptable.
Yes, unfortunately the printing is done with a bitmap because of the lack of browser APIs to print scalable canvas content. It looks like our default print quality is a bit on the low side though, so we'll probably change that. You can use the API to increase the quality as well https://pdfjs.express/api/WebViewerInstance.html#setPrintQua... , for example instance.setPrintQuality(2).
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#50Hi Nick, Your product looks pretty awesome. It's super polished for your initial launch! Congrats! I'm curious how long it took to build the product and how large your team is? Do you have some initial customers? I'm building a similar paid Javascript Library business ( https://www.dropkiq.com/ ). I would love to connect if you want to share some ideas? Feel free to shoot me an email if you're interested: adam@dropki…