I have some fairly straight forward code that creates a PdfPTable and adds several PdfPCells. When I generate the document to PDF on a mac, the contents of the cells wrap properly but when I generate the same PDF on a windows machine, the cells do not wrap and the content extends into the other cells.
I have tried: Setting setNoWrap(false) on all cells Trying different fonts, Times New Roman, Courier and Helvetica Used Table and Cell instead of PdfPTable and PdfPCell Nothing I have tried so far works. It appears to be specific to Windows. Has anyone experienced this problem before and if so, what is the solution? Thank you in advance, James Rowland [email protected]<mailto:[email protected]> Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is confidential privileged and/or exempt from disclosure under applicable law. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ________________________________ Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is confidential privileged and/or exempt from disclosure under applicable law. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
------------------------------------------------------------------------------
_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
