I work at a company that has a pretty comprehensive suite of PDF templates we fill out, so if you want some feedback from someone who would have been a perfect customer 3 years ago: The biggest thing that costs us time is schema validation. We ended up building a tool that rejects uploads if the text fields don't match, or if you forget to include a radio option, etc. It also has "recommended" fields which issue warn…
Show HN: PDF Otter – Fill in PDFs Online and API
31–40 of 46 posts
Re: Show HN: PDF Otter – Fill in PDFs Online and API
#32Also being able to preview text settings as you create templates would be nice.
Re: Show HN: PDF Otter – Fill in PDFs Online and API
#33Re: Show HN: PDF Otter – Fill in PDFs Online and API
#34Re: Show HN: PDF Otter – Fill in PDFs Online and API
#35Re: Show HN: PDF Otter – Fill in PDFs Online and API
#36I don't get it. What advantage does this service have over using a pdf library to insert additional text? Why do I need an external server for this text insertion task?
You can use a library to insert text in a PDF but you need to figure out at what coordinates to position the text and how you want the text styled. If you are constantly adding PDF templates, this is cumbersome work. If you don't have a tool for figuring out the coordinates (like the editor on pdfotter.com), your developers will have to do this. The last company I worked at faced this exact problem and it took us hou…
Re: Show HN: PDF Otter – Fill in PDFs Online and API
#37Earlier quoted context omitted.
I have an photo of a handwritten signature that I use in Adobe. They do a pretty good job of extracting the signature contours from the photo. I've also seen a (much crappier) version of this on my mobile banking app, for processing photos of checks. They basically just blow up the contrast until only the blackest part of the image remains. It looks awful, but it might be a good place to iterate from. If you implemen…
Thanks for all this great info. We do have a font option called 'Dancing Script' available now which can make your text look like a signature. I'll do some more research on e-signatures, though. I assume there's more to it than just changing your text's font.
Re: Show HN: PDF Otter – Fill in PDFs Online and API
#38Earlier quoted context omitted.
You can use a library to insert text in a PDF but you need to figure out at what coordinates to position the text and how you want the text styled. If you are constantly adding PDF templates, this is cumbersome work. If you don't have a tool for figuring out the coordinates (like the editor on pdfotter.com), your developers will have to do this. The last company I worked at faced this exact problem and it took us hou…
You do have a strong competitor in this space. Adobe. Which is admittedly costly for the the pro version, but can't be ignored. Why use PDF otter over them?
Re: Show HN: PDF Otter – Fill in PDFs Online and API
#39Hi HN. I built PDF Otter to solve a headache my last company faced. We needed to fill in PDF contracts repeatedly and there was no service out there that did that, so we had to build something in-house. We couldn't use [hello/docu]sign because sending users there lowered our conversion rates. The PDF Otter API powers the PDF editor advertised on the homepage. The editor is simple but I think its better than similar s…
Re: Show HN: PDF Otter – Fill in PDFs Online and API
#40You could add alignment tools for multiple fields - look at Inkscape for inspiration.