Leser: 20
Quote"Use of uninitialized value $w in string eq at C:/Perl/lib/PDF/FromHTML/Twig.pm line 200."
Quote"# CSA - check for real file first
#
if (-e $file) {
my $w = $->att('width');
my $h = $->att('height');
if (($w eq '') or ($h eq '')) {
require Image::Size;
my ($iw, $ih) = Image::Size::imgsize($file);"
if (($w eq '') or ($h eq '')) {
if ((defined $w and $w eq '') or (defined $h and $h eq '')) {
1
2
C:\DOKUME~1\ub13\LOKALE~1\Temp\ujJmCoxw7j.xml: 'TABLE' () didn't make a node!
Error removing C:\DOKUME~1\ub13\LOKALE~1\Temp\ujJmCoxw7j.xml at C:/Perl/lib/File/Temp.pm line 890, <INFILE> line 1.
1
2
3
4
if (-f $file->[1]) { # file name is [1]
_force_writable( $file->[1] ); # for windows
unlink $file->[1] or warn "Error removing ".$file->[1];
}
2010-08-27T11:22:48 GwenDragonVersuche es mal mit HTMLDoc und HTML::HTMLDoc, schau dir auch mal die Bugs zu HTML::HTMLDoc an, damit du nicht weider aus allen Wolken fällst.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Checking if your kit is complete...
Looks good
Writing Makefile for HTML::HTMLDoc
cp lib/HTML/HTMLDoc/PDF.pm blib\lib\HTML\HTMLDoc\PDF.pm
cp lib/HTML/HTMLDoc.pm blib\lib\HTML\HTMLDoc.pm
C:\Perl\bin\perl.exe "-Iblib\arch" "-Iblib\lib" test_htmldoc.PL test_htmldoc
Der Befehl "htmldoc" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
htmldoc not found. please install first
dmake.exe: Error code 129, while making 'test_htmldoc'
MFRANKL/HTML-HTMLDoc-0.10.tar.gz
C:\Perl\site\bin\dmake.exe -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
2010-08-27T11:33:47 GwenDragonGanz ehrlich, die meisten HTML-Konverter in andere Formate sind rudimentär und könne nicht jedes HTML.
2010-08-27T11:33:47 GwenDragonGanz ehrlich, die meisten HTML-Konverter in andere Formate sind rudimentär und könne nicht jedes HTML.
2010-08-27T13:16:14 murphyGanz gut finde ich wkhtmltopdf — das kommt mit CSS und sogar mit JavaScript zurecht und es produziert ordentlichen Output.