Pdf render error when line break (Insert space character into empty String)
Description
issue: : when e.g. description include line break (see example) NPE code return: throw new IllegalArgumentException("Can't add attribute to 0-length text");
solution: Insert space character into empty String
issue: : when e.g. description include line break (see example) NPE code return: throw new IllegalArgumentException("Can't add attribute to 0-length text");
solution: Insert space character into empty String