Thanks for your speedy response. I'll take that into consideration. Rob
-----Original Message----- From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: August 21, 2013 11:03 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Non-breaking Space Problem On 21/08/2013 16:33, Kenworthy, Rob wrote: > Can you confirm if this is expected behaviour or a bug? This is by design. The PdfLine class (an internal class) is responsible for splitting lines and will do so on a Chunk per Chunk basis. If there is no split-character inside the Chunk whatsoever, it will break the Chunk in different parts, but if different Chunks are encountered, it will split in-between Chunks. An alternative could be to define a custom SplitCharacter implementation that accepts every possible character as a split character. That's how it's done to split Chinese text. ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php