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?
Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
121–130 of 136 posts
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#122Earlier 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.
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
#123Earlier 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?
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
#124Earlier 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?
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#125Earlier 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?
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#126Earlier 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.
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#127Earlier 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 :)
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
#128Earlier 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
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#129Earlier 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.
Re: Show HN: Pdf.js Express – PDF annotation, e-signatures, and form filling
#130I 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…