Earlier quoted context omitted.
The PDF spec even supports attachments in PDF files.
How does that work exactly? Is it widely supported? I recently had to add an embed feature to our pdf rendering, to allow users to embed other pdfs inside the one we generate for them. Since we use headless Chrome, I used pdfjs from mozilla to render the embedded pdf on screen before generating the pdf, so you can actually see and read the embedded pdf. Works pretty well, but was wondering about this attachment featu…
Stirling-PDF: local web application to perform various operations on PDFs
201–210 of 240 posts
Re: Stirling-PDF: local web application to perform various operations on PDFs
#202Earlier quoted context omitted.
The PDF spec even supports attachments in PDF files.
How does that work exactly? Is it widely supported? I recently had to add an embed feature to our pdf rendering, to allow users to embed other pdfs inside the one we generate for them. Since we use headless Chrome, I used pdfjs from mozilla to render the embedded pdf on screen before generating the pdf, so you can actually see and read the embedded pdf. Works pretty well, but was wondering about this attachment featu…
Re: Stirling-PDF: local web application to perform various operations on PDFs
#203But... 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.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#204It'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.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#205But... 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.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#206Earlier quoted context omitted.
How does that work exactly? Is it widely supported? I recently had to add an embed feature to our pdf rendering, to allow users to embed other pdfs inside the one we generate for them. Since we use headless Chrome, I used pdfjs from mozilla to render the embedded pdf on screen before generating the pdf, so you can actually see and read the embedded pdf. Works pretty well, but was wondering about this attachment featu…
PDF is a container format and yoy can just shove files in there. pdftk supports this with attach_files, and at the very least the linux pdf readers I’ve used know how to deal with them.
Since these pdfs end up in whatever and how old devices, I'd rather not risk it though.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#207It'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.
PDF had an open spec and oodles of programs supporting it. I don't understand where this comment is coming from.
Edit: Apparently some people can edit PDFs reliably with MacOS Preview.app, LibreOffice Draw or pdftk.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#208Earlier quoted context omitted.
PDF had an open spec and oodles of programs supporting it. I don't understand where this comment is coming from.
I'd guess it's the fact that nothing supports editing PDFs except Adobe Acrobat. Not to any sufficient extent. LibreOffice Draw kinda try to do it but also corrupts the file IME. Edit: Apparently some people can edit PDFs reliably with MacOS Preview.app, LibreOffice Draw or pdftk.
Re: Stirling-PDF: local web application to perform various operations on PDFs
#209It'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.
Adobe is expert at software standards. They aren't compulsive about control, yet don't give the farm away. The know when to be open and how much. That is how they dominate.