0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jul 31, 2025 — Jul 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #23 from vroonhof/addmacro More... about 1 year ago
fix error in exception reporting. More... over 1 year ago
add an option to force a fixed size for the barcodes. This is expected by for example the SWIS tax form standards (even though it violates the rule about padding words only being on the last row) More... over 1 year ago
add documentation examples for macropdf functionality. More... over 1 year ago
more python 3.8 fixes in integration tests. More... over 1 year ago
Fix python 3.8 compatability of integration tests. More... over 1 year ago
Install optional pdf414decoder package for integration tests. More... over 1 year ago
Add golden data tests for macro encoding. More... over 1 year ago
add option to zlib compress as is common for large usages of macropdf (banking tramsitting XML files) More... over 1 year ago
Make integration tests actually skipped if pdf417decoder is missing. Also mark them as skipped instead of omitting them. More... over 1 year ago
Use relative import for test utilities as it makes pytest find it more consistently. More... over 1 year ago
parse argument correctly in console More... over 1 year ago
unconditionally pass force binary flag More... over 1 year ago
Fix case of mysteriously missing comma More... over 1 year ago
only show comined image if interactive macro More... over 1 year ago
Fix console test failures and display multiple barcodes in a nicer format. More... over 1 year ago
Cleanup commandline handling a bit More... over 1 year ago
support macro encoding in the commandline util. More... over 1 year ago
Add support for forcing binary to the integration tests More... over 1 year ago
Add support for forcing binary compaction to avoid suboptimal results (or at least spending a lot time trying to optimize) for precompressed files More... over 1 year ago
Unify the macropdf logic with the single barcode encoder as much as possible. More... over 1 year ago
Fix padding macropdf to come before macropdf control block as required by spec More... over 1 year ago
Add an integration test that tests end to end encoding with the pdf417decode package. More... over 1 year ago
Fix interface macro encoder to hide option structure from the API, use normal python parametres. More... over 1 year ago
Initial version of MacroPDF support. More... over 1 year ago
Add some more common dev setup dirs to .gitignore More... over 1 year ago
Fix backward compatibility More... over 1 year ago
Implement Submode as enum More... over 1 year ago
Greatly improve typing More... over 1 year ago
Read stdin as binary instead of text More... over 1 year ago