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!),…
SumatraPDF Reader
201–210 of 276 posts
Re: SumatraPDF Reader
#202SumatraPDF 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.
Re: SumatraPDF Reader
#203Earlier 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…
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
#204SumatraPDF 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…
Re: SumatraPDF Reader
#205Re: SumatraPDF Reader
#206SumatraPDF 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.
Re: SumatraPDF Reader
#207SumatraPDF 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…
Re: SumatraPDF Reader
#208I 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?
it is available in their Tools menu (the >> icon)
Re: SumatraPDF Reader
#209Like 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.
It actually runs better under wine, with all sorts of errors that pop up because its updater Service can’t be found.