Stefan Ziegler
Stefan Ziegler
Adding a PNG with transparency to a PDF with `compression = None` results in an `SMask `that defined /Predictor in `DecodeParms`. This is not correct. The actual image prevents this...
With this change you can now define multiple page ranges in the print dialog, which are then printed. Previously, only one page range was possible. I have tested this change...
This change adds the `Partitioned` Cookie flag, which is necessary in certain situations. This will usually be the case in the combination "SameSite=None;Secure;Partitioned". I haven't really tested this change yet,...
override DoGetBestSize and DoGetBestClientSize of wxTabFrame otherwise it is very small when we we move one tab to the left or right position. There are some other issues with the...
setNumberOfMaxBatchesToProcess is currently hard-coded. ``` $processor->setNumberOfMaxBatchesToProcess(500); ``` It would be nice if you could configure this via the command line to control the load on the server more precisely.