PDf417 set Error Correction Level #254
-
I am evaluating multiple packages to incorporate into my print package written in NodeJs. I want to generate a PDF417 and need to set the Error Correction Level to 4 (based on the receiver). I have been looking through this package, and it appears to generate the barcode where others are erroring out based on the data in their sample. Is there a way to set the Error Correction Level in this package when generating the barcode? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Other than ask a question against the wrong project (you are presumably using BWIP-JS), what have you actually done yourself in an attempt to solve your issue? It is much easier to simply fix up a failed attempt than to possibly waste time making all sorts of incorrect assumptions about how you are using to software. If you help other to help you, e.g. by explaining by example what you have already done and what documentation you have read, then folk will generally be much more willing to offer help. |
Beta Was this translation helpful? Give feedback.
-
Hi Terry, Yes, you are correct in your statement above. I have not done anything at this point just reviewing the documentation. I don't want to start down a path of using something that may not even have the capability. During my review of what is in the documentation, I don't see anything along the lines that shows the Error Correction level can be set. Thanks |
Beta Was this translation helpful? Give feedback.
Refer to the
eclevel
option: https://github.com/bwipp/postscriptbarcode/wiki/PDF417