Docx to Pdf (Aspose.Words) with Algerian or EuroStyle fonts

Last post 12-28-2008, 3:49 AM by alexey.noskov. 5 replies.
Sort Posts: Previous Next
  •  12-11-2008, 4:54 AM 156040

    Docx to Pdf (Aspose.Words) with Algerian or EuroStyle fonts

    Create a new Word 2007 document

    write a small text with Algerian font

    save it under .docx

    run this C# program

                     Aspose.Words.Document mDocument;
                    mDocument = new Aspose.Words.Document(fileNameDocX);
                    mDocument.Save(fileNamePdf);

    you obtain this error :


    Exception non gérée : System.InvalidOperationException: Cannot find table 'fpgm' in the font file.
       à ?.?.?(String ?)
       à ?.?.?()
       à ?.?.?(? ?, ? ?, Stream ?)
       à ?.?.SubsetFont(Stream dstStream)
       à ?.?.WriteToPdf(? writer)
       à ?.?.WriteToPdf(? writer)
       à ?.?.WriteToPdf(? writer)
       à ?.?.?(? ?, ? ?)
       à ?.?.WriteToPdf(? writer)
       à ?.?.WriteToPdf(? writer)
       à ?.?.?()
       à Aspose.Words.Document.SaveToPdf(Int32 pageIndex, Int32 pageCount, Stream stream, PdfOptions options)
       à Aspose.Words.Document.?(Stream ?, String ?, SaveFormat ?)
       à Aspose.Words.Document.Save(String fileName, SaveFormat fileFormat)
       à Aspose.Words.Document.Save(String fileName)

     
  •  12-11-2008, 5:00 AM 156041 in reply to 156040

    Re: Docx to Pdf (Aspose.Words) with Algerian or EuroStyle fonts

    This proble occur with Apose.Words 6.0.0.0 2008.11.28
     
  •  12-11-2008, 5:58 AM 156047 in reply to 156041

    Re: Docx to Pdf (Aspose.Words) with Algerian or EuroStyle fonts

    Hi

     

    Thanks for your request. I can’t reproduce this problem on my side. Could you please attach your document for testing? I will further investigate the issue and provide you more information.

     

    Best regards.


    Alexey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  12-11-2008, 9:33 AM 156072 in reply to 156047

    Re: Docx to Pdf (Aspose.Words) with Algerian or EuroStyle fonts

    Attachment: Present (inaccessible)
    Here is my document and Alger.TTF
     
  •  12-11-2008, 11:15 AM 156096 in reply to 156072

    Re: Docx to Pdf (Aspose.Words) with Algerian or EuroStyle fonts

    Hi

     

    Thank you for additional information. I managed to reproduce the problem on my side and created new issue #6860 in our defect database. I will notify you as soon as it is fixed.

     

    Best regards.


    Alexey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  12-28-2008, 3:49 AM 158168 in reply to 156040

    Re: Docx to Pdf (Aspose.Words) with Algerian or EuroStyle fonts

    The issues you have found earlier (filed as 6860) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by alexey.noskov.
     
View as RSS news feed in XML