feat(barcodes): add support for data matrix (2d) barcodes - #1193
Open
Chaz6 wants to merge 2 commits into
Open
Conversation
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Chaz6
force-pushed
the
chaz6/2d-barcode-data-matrix
branch
4 times, most recently
from
August 27, 2026 21:22
c0cfe67 to
ee5693f
Compare
Chaz6
force-pushed
the
chaz6/2d-barcode-data-matrix
branch
from
August 27, 2026 22:16
ee5693f to
8ca6a75
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked issue
#1183
What and why
Data Matrix barcodes are a common form of 2d barcode and the library currently lacks support for them.
Type of change
Tests
(revert-checked). For bug fixes the reproducer is a minimal synthetic
PDF built in code — no third-party/reporter PDF is committed.
contributor/company names in code or fixtures.
cargo testpasses, and the affected feature tiers:rendering/fips,icc/ml/ binding (list which): ____cargo fmt --checkandcargo clippy -- -D warningsare clean.Regression on real PDFs
N/A
Diff summary vs
main: 36 files changed, 979 insertions(+), 56 deletions(-)Diff summary vs latest release:
AI assistance disclosure
replies are written by me, not generated. This PR is not fully or
predominantly AI-generated.
Checklist
git commit -s).CHANGELOG.mdupdated if user-facing; reporters credited in theCHANGELOG (not in code).
semver-checkswill run).