-
I will use this for my future projects. Thank you.
2009-09-29 08:38:36 UTC in PHP Pdf creation
-
As the same way function ezText($text,$size=0,$options=array(),$test=0)
Some new functions added. At the end of following function inside functions i found the responsible function:
function ezProcessText($text){
// this function will intially be used to implement underlining support, but could be used for a range of other
// purposes
$search =...
2009-09-28 23:21:28 UTC in PHP Pdf creation
-
I think the new class chenged something that exclude html tags. ezTextAdv() cant read html tags.
2009-09-28 23:15:23 UTC in PHP Pdf creation
-
The ROS source that i had downloaded very before puts the .afm and .ttf files together into the same folder. (named fonts).
2009-09-28 23:08:15 UTC in PHP Pdf creation
-
ezPdf coordinating system starts Y positioning from bottom. That means give more values from bottom to move upper your images. (in your example you give 15 from bottom).
2009-09-25 22:01:57 UTC in PHP Pdf creation
-
Also when you have some .ttf ( true type font ) files you must convert to (add) .afm (adobe font metrics) files. You can do from http://fpdf.fruit-lab.de/index.php
You must include the .ttf and .afm files into the fonts folder if you are using ezPdf.
Caglar.
2009-09-25 21:45:39 UTC in PHP Pdf creation
-
https://sourceforge.net/projects/pdf-php/forums/forum/147987/topic/2568574/index/page/1.
2009-09-25 21:37:33 UTC in PHP Pdf creation
-
Thank you for this reply.
2009-09-25 21:36:18 UTC in PHP Pdf creation
-
Hi,
Is there enyone who solved this problem with ezPdf clearly? I am just being envolved with ezPDF. Try to write here if have any good solution.
Thanks
Caglar.
2009-09-25 21:34:46 UTC in PHP Pdf creation
-
Perfectly works. I wish that function can include images between its parameters. Thank you.
2009-09-22 21:52:29 UTC in PHP Pdf creation