Changelog¶
2.0.0¶
- date
15 Aug, 2021
Use pyexcel to load spreadsheet data, supports xlsx, ods, csv, and more
Add options to round values, add thousands separators
Split codebase up and publish an API
Make .pdf suffix recognition case-insensitive
Better handling of invalid input
Expanded documentation
General code clean-up, refactoring, linting, and reformatting
1.2.0¶
- date
24 September, 2019
Added
--no-flattenoption to keep form fillableinspectdoesn’t crash if passed a pdf without fillable form
1.1.0¶
- date
4 July, 2018
Fixed handling of whitespace (Thanks @rohitkhirapate for the bug report)
Added python 3.4 compatibility (Thanks @oneyb for the PR)