Open
Description
Hi,
I am trying to write below string in the Inner Table using the boxable library with PDFBox to write to PDF:
Composers->Schubert->String
but, the it gets printed in PDF as below:
Composers-">"Schubert-">"String
I investigated on the HTML tags and found that we can use Entity Numbers in place of > sign, I tried below values:
- replaced > with &adding line break inside a column, question about fonts and multiple rows within a cell #62 - still it prints > in the PDF
where when I replace > with ? or @ , I can see the special characters like @ and ? gets printed in the PDF.
Hence, only in case of > nothing changes and > doesn't get printed in PDF.
Looks like there is a limitation with boxable inner table API createTableCell().
Please let me know how can I print the ">" character in the inner table.
Regards,
Pankaj
Metadata
Metadata
Assignees
Labels
No labels