Earlier quoted context omitted.
But... why? Anyway, you're on a Mac. Fix it yourself. Run the Shortcuts app and create a shortcut called something like "Maximize Preview". Set it to run an AppleScript: on run {input, parameters} tell application "Preview" to activate tell application "System Events" to set value of attribute "AXFullScreen" of front window of (first process whose frontmost is true) to true return input end run (Download that from ht…
Thanks. Will give that a try.
Acrobat is intrusive, slow and non-customizable
151–160 of 174 posts
Re: Acrobat is intrusive, slow and non-customizable
#152Personally I'm still impressed by Adobe's work there. They designed the PDF format but still manage to have the worst PDF reader on the entire market.
My favorite "the worst PDF reader" is MacOS Preview.
Re: Acrobat is intrusive, slow and non-customizable
#153Preview.app is actually one of the few first-party Apple apps that I really miss when using a non-macOS computer.
I came here to say how spoiled we are as Mac users. Preview is genuinely the best PDF reader . Full stop. Unchallenged, and for something like 20 plus years running.
Re: Acrobat is intrusive, slow and non-customizable
#154We all do. There are many amazing alternatives nowadays. No need for any Adobe products.
PDF is no longer a single format. You have to specify what type of PDF. Many will not open in anything but Acrobat. For example the Wisconsin state dept. of natural resources converted nearly all of their permit/form PDFs to "Dynamic XFA (XML Form Architecture) PDF". Which is basically a PDF without content that pulls down all it's content from the web. It even still, ostensibly, supports Flash (swf) animations. But…
Re: Acrobat is intrusive, slow and non-customizable
#155Earlier quoted context omitted.
Firefox has never failed me for this. It's great not needing a separate program at all.
Some tax forms like NY State fill-in forms have some scripted functionality that requires Adobe Acrobat to work, and they block rendering from other PDF programs. Even worse, once you've filled in the form, their PDF then blocks Acrobat from exporting to a normal PDF (the way you can save a print preview to a PDF for later) and so the only way you can get a real PDF of it is to print it directly and then scan it back…
Re: Acrobat is intrusive, slow and non-customizable
#156Earlier quoted context omitted.
Wait, this actually happens?
Constantly. They added a bunch of scripting extensions so a lot of fillable forms render a message telling you to use Acrobat until all of that stuff executes.
Re: Acrobat is intrusive, slow and non-customizable
#157There 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
#158Re: Acrobat is intrusive, slow and non-customizable
#159Earlier quoted context omitted.
Did it work? I’m dying of curiosity!
I don't have a Mac: I've had Macs in the past and plan to get another soon. My "will give that a try" means that I put a link to your comment on a to-do list.
Heh, gotcha. I do hope it helps, though! Shortcuts is astoundingly powerful and I’ve used it for any number of personal nits like this. For example, combine it with Keyboard Maestro and you can add new commands to any app that’s scriptable via Shortcuts, like “if the current app is Notes, and I press F5, copy the current note and post its contents to Mastodon”, or whatever.