Error using embedded fonts

  • I'm using wPDF 3 to convert a number of metafiles to a single PDF file. I'm setting the FontMode:

    Code
    fWPPDFPrinter.FontMode := wpEmbedSubsetTrueType_UsedChar;

    On certain sets of metafiles I'm seeing an error when opening the resultant PDF file in Adobe Acrobat. The error message is:

    Zitat

    Cannot extract the embedded font 'WPCUBE+Times New Roman'. Some characters ay not display or print correctly.

    After clicking OK on this message the PDF file opens and displays without further error.

    Additionally, on certain other sets of metafiles, this error doesn't come up immediately upon opening the PDF, but does come up after scrolling down a bit in the PDF file.

    Does anyone have an idea what's going on here, or if I'm doing something wrong?

  • Hi Julian,

    Do you have any ideas what I might be doing wrong?

    I do have an EMF file that displays the same behavior using the WPDFDemo.exe demo app to export the PDF file. Is there something in the creation of the metafiles that could cause this?