Issue with the PDF not rendering the Phesarath OT font while previewing

I am uploading a word document with the font Phesarath OT in a file upload control. While previewing the document in the Ms Word the populating the with the font Phesarath OT as expected. When loading the document in the Aspose PDF the font Phesarath OT is not getting supported. The content of the document is displayed in different formats. Could you please review and advise? I cannot attach the source document due to policy restrictions,

Thanks,
Dharma

@dharma.agadia

Can you please provide more details about the version of Aspose.PDF you are using and whether the Phesarath OT font is embedded in the Word document?

I am using the Aspose.PDF dll version 23.4.0 when opening the document in MS word; the font Phetsarath OT is getting selected listed.

@dharma.agadia
Could you recreate the issue you’ve encountered with another Word document and provide code you’ve used ?

@ilyazhuykov could you please review my latest comments and advise?

@dharma.agadia

I tried the following:

var input = InputFolder + "test_doc.pdf";
var output = OutputFolder + "test_doc_out.docx";
var doc = new Aspose.Pdf.Document(input);
doc.Save(output, SaveFormat.DocX);

test_doc.pdf (15.5 KB)

test_doc_out.docx (12.3 KB)

and it seems OK with Aspose Pdf 25.3
word_pad_out_screen.png (25.4 KB)

You can try to use later version of Aspose Pdf, maybe issue was already solved
Currently there’s no functionality related to MS Word to PDF conversion in Aspose.PDF

However in case you convert MS Word document to PDF like in the following article your question is related to Aspose Words, not Aspose PDF product

In case you have any questions feel free to ask