Hi,
I’m creating a Word document with ReportEngine. After creating it I would like to save it in pdf. How can I include the font and bulletList?
PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.setAllowEmbeddingPostScriptFonts(true);
saveOptions.setSaveFormat(saveFormat);
saveOptions.setEmbedFullFonts(true);
Report_out.docx (61.2 KB)