Closed metafloor closed 3 years ago
I'll take a look this weekend. Thanks.
Fixed in a4fab0787cf6a6e975b88bad4ca72df112759f89.
I don't propose to cut a release just for this since reworking of the encoders to perform robust error handling is not something I've gotten around to yet. The mechanism for this was added late in the game.
Hi Terry, Working with large PDF417 symbols, I hit a situation where the text content exceeded the maximum. Instead of a friendly
raiseerror
, I get an exception and stack trace from ghostscript. Here is a simplified test case to reproduce the issue:If you remove that last
O
from the text string, it works fine.Could you add a check for exceeding max payload?
Thanks, -Mark