Live data from Hacker News

SumatraPDF Reader

github.com

201–210 of 276 posts

Re: SumatraPDF Reader

#201
post #171

Bless the heart of whoever looked at the PDF spec and said to themselves, "Nice, I'd like to writer a parser for this."

(I wrote SumatraPDF). In fairness, I didn't write the PDF rendering. That is indeed quite a tall order. I used to use poppler and switched to mupdf (was more active at the time, poppler seems to have picked up pace since). The core PDF feature set isn't that bad to implement. From what I've seen, the bad / complex parts are: - stuff they added years later, like some XML stuff (of course you had to add XML in 2000!),…

That's an awesome insight that was clearly hard-earned. SumatraPDF is awesome, thank you very much for all your hard work on it.

Re: SumatraPDF Reader

#202
post #145

SumatraPDF is among the OSS PDF tools I use. Since Adobe is pushing a more aggressive stance for monetization of Acrobat, I am trying to replace selected PDF workflows with OSS. Here are some of the tools I use. qpdf removing passwords, unlocking PDFs, conversion install in WSL with apt-get install qpdf remove password with qpdf --decrypt --password="" input.pdf output.pdf PDF4QT - Open Source PDF Editing Deleting, S…

PDFTK and pdfjam are two other useful command line tools. I use PDFTK for merging PDFs, extracting/deleting/duplicating pages, and decompressing so I can extract and manipulate text/data in raw PDF commands. I use pdfjam for n-up and adjusting page size and margins.

PDFTK can choke on some merges, some newish pdf features. In those cases one can use Ghostscript to merge and other manipulation.

Re: SumatraPDF Reader

#203
post #166
post #94

Earlier quoted context omitted.

What the hell is Adobe doing Probably supporting 100% of the PDF spec. plus addressing all those obscure feature requests that 6 companies in this one very niche industry really really need. Sumatra is fantastic and basically the only PDF reader I use on Windows, but it does have maybe 10% of the features Adobe acrobat has. It is however the 10% that that basically everybody needs.

(I wrote SumatraPDF). I agree that Adobe has more features than SumatraPDF. Not necessarily the PDF spec itself - SumatraPDF displays pretty much any PDF you throw at it, just way more options and stuff. And it's not exactly slow. I'm sure the core rendering of PDF pages is same or faster. It's just slow to start. Like very, very, sluggish slow. And it's very visible to users. I don't think it's the features that cau…

I actually have to pay for Adobe because I need the features (signing, annotation, redaction, OCR etc). Does SumatraPDF cover those at all?

As for startup speed, it's not really an issue as Adobe just lurks there all day in the taskbar for me at least ready to roll.

Re: SumatraPDF Reader

#204

SumatraPDF is among the OSS PDF tools I use. Since Adobe is pushing a more aggressive stance for monetization of Acrobat, I am trying to replace selected PDF workflows with OSS. Here are some of the tools I use. qpdf removing passwords, unlocking PDFs, conversion install in WSL with apt-get install qpdf remove password with qpdf --decrypt --password="" input.pdf output.pdf PDF4QT - Open Source PDF Editing Deleting, S…

Pdf-tools in Emacs is also great.

Re: SumatraPDF Reader

#206

SumatraPDF is among the OSS PDF tools I use. Since Adobe is pushing a more aggressive stance for monetization of Acrobat, I am trying to replace selected PDF workflows with OSS. Here are some of the tools I use. qpdf removing passwords, unlocking PDFs, conversion install in WSL with apt-get install qpdf remove password with qpdf --decrypt --password="" input.pdf output.pdf PDF4QT - Open Source PDF Editing Deleting, S…

Also take a look at Okular. It's the only PDF reader I've seen to let you select a specific column in a table.

Okular is my go-to document reader across operating systems. In addition to PDF, it can open EPub, DjVU, JPEG, PNG, GIF, Tiff, WebP, CBR, CBZ, DVI, XPS, ODT and other formats.

Re: SumatraPDF Reader

#207

SumatraPDF is among the OSS PDF tools I use. Since Adobe is pushing a more aggressive stance for monetization of Acrobat, I am trying to replace selected PDF workflows with OSS. Here are some of the tools I use. qpdf removing passwords, unlocking PDFs, conversion install in WSL with apt-get install qpdf remove password with qpdf --decrypt --password="" input.pdf output.pdf PDF4QT - Open Source PDF Editing Deleting, S…

[dead]

Re: SumatraPDF Reader

#208
post #98

I haven't really felt the need for a dedicated PDF reader ever since Firefox upped their PDF support. It works pretty well and recently added support for form filling, text box and drawing [1]. SumatraPDF does support other file formats, which is nice. [1] https://www.mozilla.org/en-US/firefox/features/pdf-editor/

Is there a dual page view? Can you change whether the first page is left or right?

yes, and yes. they call this “Odd Spreads” and “Even Spreads”

it is available in their Tools menu (the >> icon)

Re: SumatraPDF Reader

#209
post #54

Like others have mentioned, Sumatra is one of a few Windows-only utilities that I routinely miss when on Mac or Linux, primarily due to two simple interactions which I miss every day viewing schematics, mechanical/technical drawings or datasheets -- Alt + Scroll == Zoom and Right Click + Drag == Pan. Does anyone know of any viewers on Mac or Linux that provide these two features? Skim on Mac implements Option + Scrol…

FoxIt does zoom on Ctrl+Scroll, and Pan on Left Click+Drag. Runs on Mac and I'd assume linux. Close enough? I assume if you REALLY want to go nuclear on it, there is some shareware app that will let you do per-app keyboard emulation and rebind inputs "in flight" or something. I believe https://www.keyboardmaestro.com/main/ is the standard solution.

The linux version of foxit is absolute trash. They stopped development on years ago. It looks 1990 bad, a lot of features are missing.

It actually runs better under wine, with all sorts of errors that pop up because its updater Service can’t be found.

Re: SumatraPDF Reader

#210

Earlier quoted context omitted.

The PDF is now standardized as ISO 32000, it's open for everyone to create compatible tools. https://en.wikipedia.org/wiki/PDF

"Open" for the cheap price of ~$230

I deal with ISO all the time, they’re cutting you a “deal” there.
Post reply on HN