Hi, after modifying screenprinter.ppd with
*Font arial: Standard "(001.004)" Standard ROM
*Font arailbd: Standard "(001.004)" Standard ROM
*Font arialbi: Standard "(001.004)" Standard ROM
*Font ariali: Standard "(001.004)" Standard ROM
*Font ariblk: Standard "(001.004)" Standard ROM
*Font Arial: Standard "(001.004)" Standard ROM
*Font cour: Standard "(001.004)" Standard ROM
*Font courbd: Standard "(001.004)" Standard ROM
*Font courbi: Standard "(001.004)" Standard ROM
*Font couri: Standard "(001.004)" Standard ROM
*Font tahoma: Standard "(001.004)" Standard ROM
*Font tahomabd: Standard "(001.004)" Standard ROM
*Font times: Standard "(001.004)" Standard ROM
*Font timesbd "(001.004)" Standard ROM
*Font timesbi: Standard "(001.004)" Standard ROM
*Font timesi: Standard "(001.004)" Standard ROM
*Font verdana: Standard "(001.004)" Standard ROM
*Font verdanab: Standard "(001.004)" Standard ROM
*Font verdanaz: Standard "(001.004)" Standard ROM
*Font verdanai: Standard "(001.004)" Standard ROM
And uifonts.ali
[ PDF:Embed ]
# This example shows how to embed Type 1 helvetica font into the PDF file:
# helvetica = "helvetica.afm helvetica.pfa"
# You need to specify the .afm file before the .pfa file.
# The font files must exist in one of the folders specified in REPORTS_PATH.
Arial ..Italic.Bold .. = "arialbi.afm arialbi.pfa"
Arial Bold .. ... = "arialb.afm arialb.pfa"
Arial Italic .. ... = "ariali.afm ariali.pfa"
Arial ..... = "arial.afm arial.pfa"
"Arial Black" = "ariblk.afm ariblk.pfa"
"Courier New"..Italic.Bold.. = "courbi.afm courbi.pfa"
"Courier New"...Bold.. = "courbd.afm courbd.pfa"
"Courier New"..Italic... = "couri.afm couri.pfa"
"Courier New"..... = "cour.afm cour.pfa"
"Verdana"..Italic.Bold.. = "verdanaz.afm verdanaz.pfa"
"Verdana"...Bold.. = "verdanab.afm verdanab.pfa"
"Verdana"..Italic... = "verdanai.afm verdanai.pfa"
"Verdana"..... = "verdana.afm verdana.pfa"
"Times New Roman"..Italic.Bold.. = "timesbi.afm timesbi.pfa"
"Times New Roman"...Bold.. = "timesbd.afm timesbd.pfa"
"Times New Roman"..Italic... = "timesi.afm timesi.pfa"
"Times New Roman"..... = "times.afm times.pfa"
[ PDF:Subset ]
# This example shows how to subset Arial True Type font into the PDF file:
# helvetica = "Arial.ttf"
# The True Type font files must exist in any one of the folders specified in
# REPORTS_PATH.
"Times New Roman"..Italic.Bold.. = "timesbi.ttf"
"Times New Roman"...Bold.. = "timesbd.ttf"
"Times New Roman"..Italic... = "timesi.ttf"
"Times New Roman"..... = "times.ttf"
"Arial"..Italic.Bold.. = "arialbi.ttf"
"Arial"...Bold.. = "arialbd.ttf"
"Arial"..Italic... = "ariali.ttf"
"Arial"..... = "arial.ttf"
"Verdana"..Italic.Bold.. = "verdanaz.ttf"
"Verdana"...Bold.. = "verdanab.ttf"
"Verdana"..Italic... = "verdanai.ttf"
"Verdana"..... = "verdana.ttf"
"Courier New"..Italic.Bold.. = "courbi.ttf"
"Courier New"...Bold.. = "courbd.ttf"
"Courier New"..Italic... = "couri.ttf"
"Courier New"..... = "cour.ttf
and adding pfa and afm to AFM dir and TTF to REPORTS_PATH I stared getting above error.
I have problems with files modification as I work in big organization and can only send files for update once in a while. So not too many tries. I have been successfully deploying reports before, and done some similar modifications but it has not been successful to subset fonts to pdf.
Start Free Trial