Size of the file increases dramatically

We are working on incorporating the new version. We did notice that if we embed the fonts doc.Save(
tempFilename,
new Aspose.Words.Saving.PdfSaveOptions
{
UseCoreFonts = true
});
The issue will resolve.
The problem with this setting is that the size of the file increases dramatically.
How do you suggest we embed the fonts without increasing the file size?


This Topic is created by asad.ali using the Email to Topic plugin.

@nwynohradnyk,

Thanks for your inquiry. Please note that when you embed the fonts in the PDF, its size will be increased. Please use PdfSaveOptions.FontEmbeddingMode property. Hope this helps you.

If you still face any issue, please ZIP and attach your input document here for testing. We will investigate the issue and provide you more information on this.