Grzegorz Makarewicz
Grzegorz Makarewicz
wx backend: - in the editor (F4), a lighter blue color appears on the right side of the screen - a piece of text is not displayed in the viewer...
in key_macros.ini I have the entry: [KeyMacros/Shell/Ctrl/] DisableOutput=0x1 FilePanels=0x1 PluginPanels=0x1 Sequence=F9 c d a nice shortcut to quickly change the directory in the gui version works without problems - in...
## Environment Linux-6.1.0-31-amd64-x86_64-with-glibc2.36 pypdf==5.3.0, crypt_provider=('cryptography', '44.0.0'), PIL=11.1.0 ## Code + PDF This is a minimal, complete example that shows the issue: ``` import fpdf doc = fpdf.FPDF() doc.set_compression(0) font =...
Sometimes, document renders HTML unexpectedly, and the whole thing depends on the max_width parameter. Value calculated by documentcontainer is 1108 and the table renders incorrectly. In the range of 1100-1150,...