Font Embedding

Hello!

I’m trying to get a pdf with fonts embedded after converting from a word document.

So there is a word document which I’m opening with aspose.words.
Then I’m saving the word to pdf:
doc.Save(docstream, SaveFormat.Aspose.Pdf);
pdf.BindXml(docstream, null);

To embed the fonts I set:
pdf.TextInfo.IsFontEmbedded = true;

pdf.Save();


But when I’m opening the PDF Document and check the properties --> no fonts are shown as embedded.

Am I doing something wrong?

Thanks.

Hi,

Please try the solution mentioned at <A href="https://forum.aspose.com/t/129592</A></P> <P>If you still have problem then please provide us with the word document so that we can look at it.</P> <P>Thanks.</P>