But... why? WHY?? Why would I run a docker container, a webserver, start a browser, navigate webpages... just to do some operations on a pdf locally? A few KiloBytes native program like PDFtk ( https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ ) does the job perfectly. I don't understand what is the point of bloating softwares like this. Not even speaking of the very bad consequences for the planet.
Stirling-PDF: local web application to perform various operations on PDFs
231–240 of 240 posts
Re: Stirling-PDF: local web application to perform various operations on PDFs
#232But... why? WHY?? Why would I run a docker container, a webserver, start a browser, navigate webpages... just to do some operations on a pdf locally? A few KiloBytes native program like PDFtk ( https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ ) does the job perfectly. I don't understand what is the point of bloating softwares like this. Not even speaking of the very bad consequences for the planet.
Point is - paradigms shift, unacceptable prices become affordable. Generational gaps manifest themselves not just between parents and children.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#233Re: Stirling-PDF: local web application to perform various operations on PDFs
#234Re: Stirling-PDF: local web application to perform various operations on PDFs
#235How easy or difficult would it be to turn this into an electron app so that non-technical users can use it easily too?
Re: Stirling-PDF: local web application to perform various operations on PDFs
#236Any recommendations for a desktop/cli PDF optimization tool that will reduce the size of a pdf? I've tried few and the best one so far is the one that is included in the subscription version of Adobe Acrobat. But I only need it occasionally and is not worth paying $20/month sub.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#237Earlier quoted context omitted.
Yeah, libreoffice draw and inkscape are usually my go to tools for editing pdf.
inkscape works well for single pages. The problems with PDFs I encounter, however, are large scale 1000 page PDFs that compile PDFs from multiple sources that clearly have multiple different types of encodings, fonts, etc. I'd love to have a pipeline that properly 'shrinks' everything. Not sure thats what this thing does, but it looks like they're moving towards configuring pipelines that could get there.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#238It'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.
- OpenXPS (https://en.wikipedia.org/wiki/Open_XML_Paper_Specification)
- EPS (https://en.wikipedia.org/wiki/Encapsulated_PostScript).
Re: Stirling-PDF: local web application to perform various operations on PDFs
#239But... why? WHY?? Why would I run a docker container, a webserver, start a browser, navigate webpages... just to do some operations on a pdf locally? A few KiloBytes native program like PDFtk ( https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ ) does the job perfectly. I don't understand what is the point of bloating softwares like this. Not even speaking of the very bad consequences for the planet.
The point of the bloat is that web is by far the easiest way to create a cross platform UI. It’s far from ideal but that’s the world we live in.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#240Earlier quoted context omitted.
The point of the bloat is that web is by far the easiest way to create a cross platform UI. It’s far from ideal but that’s the world we live in.
No, there are easier and more lightweight ways to create a cross-platform UI than to write HTML/CSS/JS: Tkinter, wxPython, PySide6, MiniGUI, Dear ImGui, Nuklear, React Native.