pdfCropMargins
pdfCropMargins copied to clipboard
PySimpleGUI has gone pro
Since version 5, PySimpleGUI has gone pro. Users will need a license key to operate. A popup window will appear as soon as you import the module. Hobbyist users can request a free license, while commercial users need to purchase.
Now, pdfCropMargins can work fine with version 4, but since the requirement file doesn't specify an maximum for the version, a fresh pip install may get the version 5 installed instead. Users can downgrade it by
pip install PySimpleGui==4.60.5
Thanks for letting me know. I'll update the setup.py
file.
The new version 2.1.1 is now up on PyPI.