Hi
I want the same way as the processing of Aspose.Docment using the Aspose.CellI
What would be a good way to do it?
Aspose.Words processing
Document doc = new Document(MyDir + "Rendering.doc");
PdfSaveOptions options = new PdfSaveOptions();
options.EmbedFullFonts = true;
doc.Save(MyDir + "Rendering.EmbedFullFonts Out.pdf", options);
I want to specify EmbedFullFonts