I’ve noticed inconsistencies in paragraph formatting when converting some documents to PDF. For example, text that’s on the second line in Word becomes the third line in PDF; in extreme cases, a one-page document becomes…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setEmbedFullFonts(true);...// embed the exact fonts saveOptions.setUseHighQualityRen(true);...