mara004

Results 316 comments of mara004

Comparing PDF documents is very complex and likely outside the design goals of PDFSam Basic. Maybe you'll want to consider [DiffPDF](https://packages.ubuntu.com/focal/diffpdf) ?.

> (DiffPDF is not) It [used to be open-source](http://www.qtrac.eu/diffpdf-foss.html) (GPL). Linux distribution maintainers are now taking care of the codebase (they updated it to Qt5, for instance). If you are...

Indeed looks like a colorama issue, perhaps a wrong call of the windows colouring API.

Unfortunately not. I don't know how colorama works internally. However, it seems that it is not your code that triggers the issue, but the tqdm library, so you could try...

Surely sounds like a good idea to me, but that would of course be a completely different, compatibility-breaking approach that would mean more or less a rewrite of colorama. I'm...

ANSI codes working on the classical Windows 10 cmd is new to me. I thought that would require Windows-specific API calls? -- Does colorama work with Vistual Studio REPL?

> I find that I have to write an initialize script in `__init__.py` because it seems unnecessary to `init()` and `deinit()` every time. Yeah, putting the `colorama.init()` call in an...

Tests were introduced with a17c9bc, and [documentation](https://www.pdfstitcher.org/docs/overview) is on pdfstitcher.org

Yes, it is easily possible to use pdfsticher on Linux, I am doing so ;) You can simply install the dependencies (wxpython, pikepdf) via pip3 and run the pdfsticher.py script...

Maybe it would be an idea to send packaging requests to distributions, e. g. [this](https://wiki.debian.org/RFP) for Debian (which is the base for Ubuntu)? Other popular distributions that we could perhaps...