Hello,
I've managed to get my host to install the PDF::FromHTML module, but am having problems using it, I am getting the following error
I checked the module and it seems this is the line that generates this error
So why is it having problems creating a table node? what does this error mean and how can I resolve it.
Regards,
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
I've managed to get my host to install the PDF::FromHTML module, but am having problems using it, I am getting the following error
C:\WINDOWS\TEMP\LOCxj0Xv2T.xml: 'TABLE' (align center height 100% valign middle width 100%) didn't make a node!
I checked the module and it seems this is the line that generates this error
Code:
my $node = PDF::FromHTML::Template::Factory->create_node($name, @_);
die "'$name' (@_) didn't make a node!\n" unless defined $node;
So why is it having problems creating a table node? what does this error mean and how can I resolve it.
Regards,
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.