-
But you realize that you can just specify "image/x-bmp" and you'll get a Windows BMP file? A mapping from "bmp" to "image/x-bmp" in MimeTypes would only be a convenience, not a blocker for generating BMP images. Or did I somehow misunderstand your feature request?.
2009-11-03 20:08:32 UTC in Barcode4J
-
What barcode are you trying to produce? I need a little more information to reproduce the problem. I'm not particularly looking forward to trying out a dozen cases until I hit the problem. Thanks.
2009-09-12 07:01:45 UTC in Barcode4J
-
Barcode4J doesn't allow that because many symbologies have narrow margins of valid module widths. Specifying the size of the end result will too easily lead to unreadable symbols. Granted, PDF 417 is not too susceptible to this, but it was a design decision not to allow this.
As you've already noticed setModuleWidth doesn't set the width of the symbol but only the width of the narrow bars...
2009-08-17 07:21:42 UTC in Barcode4J