Live data from Hacker News

Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling

news.ycombinator.com

121–130 of 136 posts

Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling

#121
post #89
post #83

I work in an industry that marks up PDFs extensively (construction) and have wanted to build a bespoke PDF markup tool for a long time. In designing concrete floor slabs, we need to transfer information from our FEA software to a dwg. Currently a blank plan is printed, it’s marked up by hand, and then handed to a drafter to put back into the computer. It’s a very inefficient process. But all the SDKs are stupidly exp…

What's preventing this being done with a ipad, pencil, and a myriad of pdf viewer/markup apps out there?

I didn’t clarify that the tool needs to store the information so it can be imported into CAD, rather than just being hand scribbled lines and numbers.

Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling

#122
post #121
post #89

Earlier quoted context omitted.

What's preventing this being done with a ipad, pencil, and a myriad of pdf viewer/markup apps out there?

I didn’t clarify that the tool needs to store the information so it can be imported into CAD, rather than just being hand scribbled lines and numbers.

Ahh gotcha. This should still be straight forward. Just don’t know of a generic format to export overlays/cordinates.

Everyone has a opinion on how this should be done and measured and there are different standards for pdf libraries and print etc. not complicated though.

Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling

#123
post #71

Earlier quoted context omitted.

I am not "him" :) though I work at PDFTron As Nick says the project is open source ( https://github.com/PDFTron/webviewer-ui ). Express is available under under dual AGPL/commercial license ( similar to iText and lot's of other popular OSS )

Where is the AGPL license?

It's https://opensource.org/licenses/AGPL-3.0 Or summary of what it means bit.ly/2JD0Yj0

If you are talking about info on the site & git, we are working on it. There will be many changes over next few weeks. Stay tuned :)

Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling

#124
post #69

Earlier quoted context omitted.

Thank you for your feedback and question. My apologies if it’s unclear. The source code for the UI is available on GitHub [1], but is minified in the download package for efficiency. Note that even though the code is "open source" in that repo, we still have a custom license [2]. [1] https://github.com/PDFTron/webviewer-ui [2] https://github.com/PDFTron/webviewer-ui/blob/6.2/LICENSE

So which is it? robocop2018 is claiming it's AGPL/commercial dual-licensed, but you say it just has the custom license and that's the only license in the repo?

We are in the process of updating the site. The product will be licensed under dual GPL/commercial terms (re: what it means see bit.ly/2JD0Yj0)

Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling

#125

Earlier quoted context omitted.

It's open source.

What license is this under? Where can I get the source code? The website says it is open source in one place, and then in other places it says it is a "commercial PDF web viewer that wraps around the PDF.js open-source rendering engine." I didn't see any link to the source code or license anywhere on the site?

See other messages. The code is available and will be licensed under dual commercial/AGPL terms (similar to bit.ly/2JD0Yj0)

Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling

#126
post #17

Earlier quoted context omitted.

Have you thought of turning your wrappers into a service/SaaS offering? Sounds valuable!!

Or open sourcing it? This seems like one of those complex-enough areas that having multiple groups and companies contribute to a common good could really pay off for everyone.

Actually express is already open sources ( see other messages ) and will be licensed under dual commercial/AGPL terms ... like iText ( bit.ly/2JD0Yj0 ), another popular PDF OSS

Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling

#127
post #71

Earlier quoted context omitted.

Where is the AGPL license?

It's https://opensource.org/licenses/AGPL-3.0 Or summary of what it means bit.ly/2JD0Yj0 If you are talking about info on the site & git, we are working on it. There will be many changes over next few weeks. Stay tuned :)

Yes, I'm familiar with the license.

The question was about your claim that it was already licensed under it. Apparently it's not, but you're "working on it". Umm, okay.

Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling

#128

Earlier quoted context omitted.

Or open sourcing it? This seems like one of those complex-enough areas that having multiple groups and companies contribute to a common good could really pay off for everyone.

Actually express is already open sources ( see other messages ) and will be licensed under dual commercial/AGPL terms ... like iText ( bit.ly/2JD0Yj0 ), another popular PDF OSS

Actually it's NOT, you're quote "working on it". Stop spreading misinformation. Right now it's 100% commercially licensed in a public repo. Not open source in any way, shape, or form.

Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling

#129
post #122
post #121

Earlier quoted context omitted.

I didn’t clarify that the tool needs to store the information so it can be imported into CAD, rather than just being hand scribbled lines and numbers.

Ahh gotcha. This should still be straight forward. Just don’t know of a generic format to export overlays/cordinates. Everyone has a opinion on how this should be done and measured and there are different standards for pdf libraries and print etc. not complicated though.

That was my feeling as well - it’s not necessarily complicated, it’s just so niche as to not have anyone making it. Today I found this GitHub repo which I may try tinkering with on the weekend:

https://github.com/highkite/pdfAnnotate

Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling

#130

I spent about three years building the support for PDF into my graphics editor https://www.Photopea.com . While 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…

sorry for my dumb question, but i was looking to add a simple arrow. Can't find it. Where is it hiding? :) Thx
Post reply on HN