In TCPDF, there are only a few fonts to choose from, to create pdf files. I want to set Tahoma as my pdf font. How can I include Tahoma in TCPDF??
Thanks in advance... :)
blasteralfred
|
In TCPDF, there are only a few fonts to choose from, to create pdf files. I want to set Thanks in advance... blasteralfred |
||||
|
|
|
The latest TCPDF version automatically convert fonts into TCPDF format using the addTTFfont() method. For example:
For further information and examples, please check the http://www.tcpdf.org website |
|||
|
|
|
I have discovered a very good tool online. The only thing you need to do is to upload your .ttf file and then download the files and copy then into the /fonts folder. http://www.xml-convert.com/en/convert-tff-font-to-afm-pfa-fpdf-tcpdf |
|||
|
|
I don't know anything about tcpdf or php, but I found this: http://www.tcpdf.org/examples/example_033.phps Apparently you just use the font's name, not the file name. Strike one! Okay, how about this page. To prep a font to be used by TCPDF, you have to run the file through a command line utility and a PHP script.
And then: ttf2ufm is distributed with TCPDF in the TCPDF/fonts directory. |
||||
|
|
Latest TCPDF supports custom fonts. Documentation about using custom fonts with TCPDF can be read here. |
||||
|
|
|
I have used following code create pdf using custom font(Bamini)
Thanks & Regards, Siva |
|||
|
|
the best way i have been tried and worked 100%
put your
|
|||
|
|