Home General

PDF Export error "VerifyUnicodeFont: No Font Found"

edited September 2010 in General
Hi

A site has been getting the following error when they try to export a report
to PDF- "VerifyUnicodeFont: No Font Found"

We are running D2010 with RB 12.01 Build 197 and the site is running Windows
2003 Standard SP2.

Any idea what could cause this type of error?

Thanks, Luke.


__________ Information from ESET NOD32 Antivirus, version of virus signature database 5432 (20100907) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

Comments

  • edited September 2010
    Hi Luke,

    There is a patch available that should fix this issue. Please email
    support@digital-metaphors.com to receive the patch.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited November 2010

  • edited November 2010
    Forgot to post my code:

    rptBaseReport.DeviceType := dtPDF
    rptBaseReport.XLSSettings.ExportComponents :=
    [ecText,ecLine,ecImage,ecRichText,ecBarCode,ecOther];
    rptBaseReport.AllowPrintToFile := True;
    rptBaseReport.ShowPrintDialog := False;
    rptBaseReport.TextFileName := sFileName;
    rptBaseReport.ShowAutoSearchDialog := False;
    rptBaseReport.Print; >>> errors on this line of code "VerifyUnicodeFont:
    No Font Found"



    __________ Information from ESET NOD32 Antivirus, version of virus signature database 5643 (20101123) __________

    The message was checked by ESET NOD32 Antivirus.

    http://www.eset.com
  • edited November 2010
    Hi Luke,

    If possible, please send a simple example to support@digital-metaphors.com
    in .zip format that demonstrates this error and I'll take a look at it for
    you.


    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited November 2010
    Thanks Nico,

    It doesnt happen with every report so will see if I can get a sample to you
    that produces the error.

    Luke


This discussion has been closed.