logoalt Hacker News

torben-friisyesterday at 10:29 PM2 repliesview on HN

>"Read this PDF" installs a pdf reader executable.

How does this work regarding Macos notarization btw?


Replies

dvtyesterday at 10:37 PM

I was actually curious, on my Mac, it uses `gs -q -sDEVICE=txtwrite -o output.txt input.pdf` (not sure why I have Ghostscript installed, maybe Adobe?) to read a PDF, and on my PC it just rawdogs `pdftotext`.

fragmedeyesterday at 10:33 PM

What does notarization have to do with that? You or ChatGPT or whatever download a signed and already notarized binary.

show 1 reply