Live data from Hacker News

Stirling-PDF: local web application to perform various operations on PDFs

github.com

91–100 of 240 posts

Re: Stirling-PDF: local web application to perform various operations on PDFs

#91
post #84
post #83

Earlier quoted context omitted.

I am willing to pay for this, I only have around ~80 files, with 30 pages each (average). Is there a quick way to test this without wasting too much on the code part?

Yes, ChatGPT will do it if you upload photos of the page.

I just tried it with the API and it worked better than expected. Now I need to find to convert PDF to JPG with an API, and find the best prompt to ask GPT to only convert to markdown articles and not pages with columns, ads, etc. Thanks!

Re: Stirling-PDF: local web application to perform various operations on PDFs

#92
post #37
post #16

Why can't this be an electron app?

Dev here, totally could, we dismissed it at first as electron is quite bulky containing a whole chromium instance inside the exe. instead we kept it small as possible for the exe version We have plans for a full UI version in V2. We are releasing V1 (SPDF is currently in beta) sometime this month. But have begun work on a V2 port to different language and framework.

As an alternative you could write some automation scripts to handle all the requirements for self hosted install. If you look at oogaboogas text-generation-webui [0] you can see what I mean. Although ease of install also leads to a larger user base, which can be a double edged sword for something as ubiquitous as a pdf app. It's much easier to get people to submit issues than to help solve them.

[0] eg, windows install script https://github.com/oobabooga/text-generation-webui/blob/main...

Re: Stirling-PDF: local web application to perform various operations on PDFs

#93
post #91
post #84

Earlier quoted context omitted.

Yes, ChatGPT will do it if you upload photos of the page.

I just tried it with the API and it worked better than expected. Now I need to find to convert PDF to JPG with an API, and find the best prompt to ask GPT to only convert to markdown articles and not pages with columns, ads, etc. Thanks!

No problem! There are many Linux programs (some in this thread) to convert a pdf to images, and the prompt will hopefully not be too hard.

I started making app to read our board game cards out loud (with voice) for our horror board game nights (https://boardguru.net) and GPT-4 could read cards that I couldn't make out!

Re: Stirling-PDF: local web application to perform various operations on PDFs

#94

I 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?

If you need to send an email anyway , why not print to pdf and email the pdf?

Re: Stirling-PDF: local web application to perform various operations on PDFs

#95
post #56
post #43

Earlier quoted context omitted.

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!

I would do exactly what you have done here if I were the dev of the said app. But with the luxury of being an outsider, a user has expressed an inconvenience and it seems to make sense, then if I were to be the dev of the app here, wouldn't I go and create the ticket in whatever system with a link to this post instead of asking the user of the app to follow the red tape? I know there are places where this is not ince…

Not OP. My take is that if the requester can’t be bothered to create a GH issue, it’s likely that this isn’t really a problem for them. An annoyance possibly but has not risen to “pain” levels.

Re: Stirling-PDF: local web application to perform various operations on PDFs

#96

It's scary how such a widely used format (PDF) is almost in full control by Adobe. I have yet to see a true competitor to Adobe Acrobat. The only one that has come really close is the one that comes built-in for macOS. It's a hidden gem.

Foxit Phantom is pretty good

Re: Stirling-PDF: local web application to perform various operations on PDFs

#97
post #18

I 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.

I bet GPT vision will do that like cutting a piece of cake. It'll even do the OCR for you and organize the text nicely.

Re: Stirling-PDF: local web application to perform various operations on PDFs

#98

It's scary how such a widely used format (PDF) is almost in full control by Adobe. I have yet to see a true competitor to Adobe Acrobat. The only one that has come really close is the one that comes built-in for macOS. It's a hidden gem.

It’s incredible to me that not only has Preview.app been the best non-Adobe way to use PDF’s for decades now and only on macOS (perhaps because NextStep, its roots, used PostScript natively?) but that Linux actually also seems to have better tooling in this space than Windows (where you’re pretty much stuck with Adobe Reader if you want a free solution)

Re: Stirling-PDF: local web application to perform various operations on PDFs

#100
post #80
post #78

Earlier quoted context omitted.

PDF had an open spec and oodles of programs supporting it. I don't understand where this comment is coming from.

Adobe acrobat (and maybe reader) is really the only app that fully supports the full PDF spec as understood by the authors of the spec. There are ridiculous parts of the spec that allow support for things like JS, etc.

I've seen many third party PDF viewers; I think all supported JavaScript. It's commonplace, not 'ridiculous' at all.

> Adobe acrobat (and maybe reader) is really the only app that fully supports the full PDF spec

The full spec is large and afaik has many obscure pieces, including 3-D, etc. Like many specs, they don't match reality and nobody takes completeness too seriously. For almost all users, supporting the entire PDF spec doesn't matter (does it matter for any user - does any person or organization use the entire spec over their lifetimes?).

Also, do we know that Adobe supports the entire spec?

Post reply on HN