[PRINT_PDF] Can you assign a font?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

[PRINT_PDF] Can you assign a font?

Post 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
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Post Reply