Live data from Hacker News

Acrobat is intrusive, slow and non-customizable

vincentuden.xyz

121–130 of 174 posts

Re: Acrobat is intrusive, slow and non-customizable

#121

Earlier quoted context omitted.

The fact that they called it "portable" document format and now I regularly get PDFs that display "Please open this file in Acrobat" if opened in any other viewer... Great stuff.

Wait, this actually happens?

Happens often if you're using documents that are signed with a smart card. Sadly, browsers can't sign PDFs yet either.

Re: Acrobat is intrusive, slow and non-customizable

#123

Earlier quoted context omitted.

Not sure why would anyone edit a pdf. To me this is a format you export to, not a draft/working doc format.

As much as I agree, I've lost track of how often someone's given me a PDF form to fill out. While driving down to the print store during business hours for a scanner is possible , it's a lot easier to make a sacrifice to the dark gods of format abuse instead.

Well I don't really count "filling out a form" as editing as you don't really change the structure, just add stuff in the blanks and any reader such as the one on yoir browser can do it.

Re: Acrobat is intrusive, slow and non-customizable

#125

Acrobat Reader is one of the more poorly engineered programs I’ve used. And it recently asked me to sign in an account and give Adobe money to open a PDF?? Unfortunately I need to sign PDFs often (using an image of my physical signature or a digital certificate), and I haven’t used that didn’t suck more than Adobe in this. I haven’t tried Okular for this and Evince seemingly didn’t support this - but Preview (althoug…

I guess you can't just use a photo because it would make it too easy to use someone else's signature

Re: Acrobat is intrusive, slow and non-customizable

#127

There is a pure rust library for rendering pdfs to png(or bitmap) and svg: https://github.com/LaurenzV/hayro . It is used by typst for pdf image[1]. Although it might not be as mature as mupdf. [1]: https://github.com/typst/typst/pull/6623

You right! It's been over a year since I evaluated hayro and sadly the performance wasn't good enough yet for a 60 fps render.

I actually chatted for a bit with Laurenz (the developer) and he recommended against using hayro in my case for the time being.

It is however part of (or dependent on) the larger linebender group of crates and will most likely be the best option in the future.

Re: Acrobat is intrusive, slow and non-customizable

#128

No mention of Sumatra PDF[1]? Windows (only), open source, uses MuPDF. [1] https://www.sumatrapdfreader.org/

Sumatra PDF totally slipped my mind. I think I had issues with getting VIM bindings to work as I wanted to, but they for sure deserve a mention.

Re: Acrobat is intrusive, slow and non-customizable

#129
post #40

I haven't really ever had issues with Evince. I don't know that my requirements have that advanced, but it does auto-updates when I write Typst or LaTeX, which is the thing I primarily care about.

From a quick glance it seems to be a GNOME application? So that would rule out Windows support right?

Re: Acrobat is intrusive, slow and non-customizable

#130

Earlier quoted context omitted.

Not sure why would anyone edit a pdf. To me this is a format you export to, not a draft/working doc format.

Reorder pages. Redact. Need to make a minor change, and don't have the original. Digitally sign a document. Comment on a document. Join several documents together. There are a bunch of reasons.

Reordering pages is easily done with the print system of your operating system.

I don't count signing as editing really as the structure and content do not change, you sre just attaching s certificate. Th spanish government offer/maintain an open source java tool to digitally sign pdfs: https://administracionelectronica.gob.es/ctt/clienteafirma https://github.com/ctt-gob-es/clienteafirma/

I've also copy pasted scan of my signature on contracts using Gimp in order to not have to print them, it is fairly easy.

For the rest I would tend to ask first for thread original working document if I don't have it already. Having said that I have edited in a hurry an old cv for my partner using libreoffice draw in the past.

Post reply on HN