I am trying to learn the product and am using the trial version.
I have managed to make my page generate a pdf but a couple of things go wrong and im not sure why.
If I leave this line in my code <?php include("header.html"); ?>
Then the pdf generates this and stops at that point – it ignores the rest of the page.
If I take it out – the remainder of my pade goes to pdf.
Secondly when i get the remainder to goto pdf it is css free. nothing no css.
I have tried using <link href="report.css" title="Default Style" media="screen" rel="stylesheet"/>
and tried putting all the css on the page in <style type="text/css"></style>