document.Add(paragraph);// go to a new pagedocument.NewPage();// define a new space/char ratiowriter.SpaceCharRatio =PdfWriter.NO_SPACE_CHAR_RATIO;// wrap the second chunk in a third paragraph and add itparagraph =newParagraph("E:\u00a0"); paragraph.Add(chunk2); paragraph.Alignment ...