|
|||||||
| Bugs & Issues Post URLs that fail in html2ps/pdf here, with the options that were used, and any other issues. Archived posts (with answers!) are in the old forum. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
After i have installed html2pdf with xampp under windows I can open http://localhost
and anything runs fine. But when i try to run the sample.simples.php script in the samples folder i get some errors in the require_once statements. But all this was history after changing the include_path in the php5.ini to the html2pdf folder. But now there is a new error : Fatal error: Call to undefined method FPDF::GetFontAscender() in C:\Programme\Sy stem\xampp\htdocs\html2pdf\output.fpdf.class.php on line 164 |
|
#2
|
|||
|
|||
|
Quote:
__________________
WBR, Konst. |
|
#3
|
|||
|
|||
|
Befor XAMPP i had never installed any other php or fpdf version on my windows system. Also i only changed the php5.ini in my ...\xampp\php\directory.
Under linux this works fine and under windows also but only in the webbrowser. In the webrowser although without chaning the include_path. |
|
#4
|
|||
|
|||
|
SHIT you are right, i changed
Code:
include_path = ".;C:\Programme\System\xampp\php\pear\;C:\Programme\System\xampp\htdocs\html2pdf\;" Code:
include_path = ".;C:\Programme\System\xampp\htdocs\html2pdf\;C:\Programme\System\xampp\php\pear\;" many thanks !!!! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|