2025-01-09
- fix
merge_invoice.py
bugs
2024-12-26
- fix bugs
2024-12-18
- Add
PDF to Long Image
function - Add
Edit TOC
function - Add
Generate TOC
option forMerge PDF
2024-12-13
- Remove
Compress PDF
function - Add
Merge Invoice
function - Remove Windows x86 support
- Switch to MingW64/Clang compiler
- Python update to 3.11
- PyMuPDF update to 1.22.5
- Pillow update to 11.0.0
- Nuitka update to 1.8.6
2022-09-3
- fix few bugs
Nuitka
upgrade to 1.0.6PyMuPDF
upgrade to 1.20.2
2022-06-11
- change compiler to MSVC 2019 on Windows
- fix some bugs in build
Nuitka
upgrade to 0.8.4
2022-06-04
- support mouse drag and drop for add files
2022-06-04
- compatible with Python 3.8 and later
- support Windows 7 and higher
- build 32bit binary and portable package
2022-04-13
- Support batch rotation of multiple PDF files.
2022-01-23
- Improved verification of the values of the options.
Nuitka
upgraded to 0.7.5, added-clang -mingw64
compilation option, and compiled withclang
.
2022-01-16
- Added Linux/FreeBSD support.
- Added
tkinter
theme selection.
2022-01-15
- Added multi-language support, automatically select interface language according to system language settings, default English. Chinese Simplified are currently supported.
- Fixed
JPEG2000
format image reading, format conversion. - Improved multi-process processing logic.
2022-01-11
- Add
multiprocess
support to improve processing speed. - Improve program interface.
2022-01-10
- The project is published, with basic functions, to a usable level.