Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Mon Aug 07, 2023 4:13 pm

Code: Select all
 
[TestMethod]
        public void TestMethod3()
        {
            var word = new Spire.Doc.Document(@"c:\0spire\import.docx");
            word.SaveToFile(@"c:\0spire\Export.docx");
            word.SaveToFile(@"c:\0spire\Export.pdf", new Spire.Doc.ToPdfParameterList() { UsePSCoversion = true });
        }


Expected fonts in exported pdf (Export.pdf):
font: Ebrima
font: CambriaMath

both fonts are available in c:\windows\fonts

When export.docx is opened and saved by MS Word as pdf, the above mentioned fonts are embedded in the PDF.
I am using Spire.Doc (11.7.25) and Spire.PDF(9.7.17)

Thanks in advance.

ramziiceblue
 
Posts: 3
Joined: Fri Sep 06, 2019 2:38 pm

Tue Aug 08, 2023 3:12 am

Hi,

Thanks for your feedback.
After testing, I have reproduced the issue, I have also tried the following code ,but it did not take any effect.
Code: Select all
ToPdfParameterList list = new ToPdfParameterList();
list.IsEmbeddedAllFonts = true;
list.UsePSCoversion = true;
document.SaveToFile("test.pdf",list);

I have logged this issue into our issue tracking system with the ticket number SPIREDOC-9770, our developers will investigate and fix it. Apologize for any inconvenience caused. Once the issue is fixed, I will inform you asap.

Best regards,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Fri Sep 22, 2023 2:28 pm

any update?

ramziiceblue
 
Posts: 3
Joined: Fri Sep 06, 2019 2:38 pm

Mon Sep 25, 2023 1:24 am

Hi,

Thanks for your inquiry.
I have checked the status of your issue, it has not been solved yet, but I have urged our developers speed up fixing it, we apologize for any inconvenience caused, once the issue is fixed, I will notify you asap. Thanks for your patience.

Best regards,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Return to Spire.PDF