Replies: 1 comment
-
You have to write your own renderer class (similar to AlternateBitmapRenderer). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to generate Ean18 to SVG like this:
As you see, the code has a lead, separator and trailer.
This question is similar like #452
However, the solution above using some package only works in Windows and currently I need to run in Linux/MAC/Android/IOS for cross platform.
In addition, that way seems cannot generate to SVG format also.
How can I solve this?
Beta Was this translation helpful? Give feedback.
All reactions