I’ll join some other commenters, to add my favorite difficult pdf problem that I haven’t found a ready to use (even paid) solution for: extract key value pairs from a filled form such as this medical claims form: https://imgur.com/a/EJDi7L7 There are two levels of difficulty: the starting file could be an image (pdf or png or jpg), which is the most difficult scenario. The slightly easier one is where it’s a text-bas…
Have you tried Azure AI Document Intelligence? In theory it's exactly this...
Stirling-PDF: local web application to perform various operations on PDFs
51–60 of 240 posts
Re: Stirling-PDF: local web application to perform various operations on PDFs
#52Earlier quoted context omitted.
If you are able to code or can ask someone, then you should be able to do it with some email api service (Nylas, AWS SES, etc) or headless client that gets the body of the email and convert it to pdf using wkhtmltopdf and then send it as attachment using the same service as before. Using low/no code tools might be very hard/unlikely
Thanks, yes I think this is the right direction. Surprised it doesn’t exist as SAAS, I guess demand isn’t there.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#53Re: Stirling-PDF: local web application to perform various operations on PDFs
#54Nice. I've been looking for something like this to self-host, to avoid my partner uploading sensitive documents to random PDF manipulation websites. Any better alternatives I should be considering?
Re: Stirling-PDF: local web application to perform various operations on PDFs
#55I have a PDF problem that I thought was simple but has proven difficult to solve and there is no paid solution I’ve found… I want to forward an email to an inbox, have the email body converted into a PDF, and then email that attachment to someone all automatically. I’ve tried Make, Zapier, pdf.co, pdftool, and a few other tools but have had no success. Has anyone solved this problem reliably?
Re: Stirling-PDF: local web application to perform various operations on PDFs
#56I’ll join some other commenters, to add my favorite difficult pdf problem that I haven’t found a ready to use (even paid) solution for: extract key value pairs from a filled form such as this medical claims form: https://imgur.com/a/EJDi7L7 There are two levels of difficulty: the starting file could be an image (pdf or png or jpg), which is the most difficult scenario. The slightly easier one is where it’s a text-bas…
Dev here for the above stirling pdf app, Please raise features like this as a feature request github issue ticket and we can try address it in future!
Re: Stirling-PDF: local web application to perform various operations on PDFs
#57Nice. I've been looking for something like this to self-host, to avoid my partner uploading sensitive documents to random PDF manipulation websites. Any better alternatives I should be considering?
Re: Stirling-PDF: local web application to perform various operations on PDFs
#58I still couldn't find a tool for a difficult problem to solve. I have some magazines in PDF, with layouts in two columns, etc. I want them to be transformed into Markdown. I know, it should identify automatically the two columns, different layouts, etc. I am not desiring something perfect - I can fix if ther are some errors, but so far nothing has come with a good result.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#59I still couldn't find a tool for a difficult problem to solve. I have some magazines in PDF, with layouts in two columns, etc. I want them to be transformed into Markdown. I know, it should identify automatically the two columns, different layouts, etc. I am not desiring something perfect - I can fix if ther are some errors, but so far nothing has come with a good result.
It overlays all the pages on top of each other, you the human draws rectangles around the stacked columns in the easy GUI, and then it processes them into pages.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#60https://tools.pdf24.org/en/creator This tools is not open source, but it’s free. Files should remain on local pc. Developers claim that they make money only by advertisement on their website.