Page 1 of 1

[PRINT_PDF] Can you assign a font?

Posted: Sun 11. Oct 2009, 05:14
by StudioZ
Would there be a way to control the fonts used to create a PDF on the fly through this RT?:
[PRINT_PDF]PDF[/PRINT_PDF]

I tried by adding this line: PDF_font = "Georgia" to:
template/inc_default/pdf.tmpl
No success :roll: !

Code: Select all

<!--PDF_SETTINGS_START//-->
; Do not remove this!!!

PDF_file_prefix  = ""
PDF_disable_tags = "div,input,form,object,embed,script"
PDF_font_size    = 5
PDF_font = "Georgia"

<!--PDF_SETTINGS_END//-->
Thanks!

Yves