PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → PDF Font problem [WD21]
PDF Font problem [WD21]
Iniciado por guest, 08,ago. 2016 09:55 - 2 respuestas
Publicado el 08,agosto 2016 - 09:55
Hello,

Im creating a PDF using:

iParameterPDF("", "", iMaximumQuality)
iDestination(iPDF, gsThedest)

but the font is not being transferred to the pdf, is there a way to do this? It just shows as Arial (the font is not a standard font).

Thanks

ISO
Publicado el 08,agosto 2016 - 11:15
Hi, only the new PDF / A option will include fonts within a PDF document!
Publicado el 08,agosto 2016 - 12:02
Hello Guenter

Thanks for your reply, i have tried that and it doesn't work still, i think its an 'Opentype' font which isn't supported, i've decided to change the font to a standard one which looks pretty similar.

Thanks again

ISO