html2pdf :: missing startpdf, stoppdf in 1.3.9 213
Posted: Tue 28. Oct 2008, 01:45
Hi there, just updated a website to 1.3.9
I am using /inc_ext/html2fpdf. Still think this is a major feature for a website directed to people who like to have something in their hands!
In 1.3.3 everything was fine.
I changed www/template/inc_default/pdf.tmpl to my needs and used startpdf and stoppdf to limit the content part printed to pdf.
In 1.3.9 startpdf and stoppdf do not work anymore. My pdf printout allway shows the complete page (as it can be shown with html2pdf). This does not look good. I can not find these startpdf and stoppdf in content.func.inc.php, where they have been in 1.3.3. If i add the "old" code snippet from 1.3.3 there, it makes no change.
I think it should still work like this?
I know this is still experimental. But can anyone give me perhaps a hint how to limit pdf output in phpWCMS 1.3.9?
I am using /inc_ext/html2fpdf. Still think this is a major feature for a website directed to people who like to have something in their hands!
In 1.3.3 everything was fine.
I changed www/template/inc_default/pdf.tmpl to my needs and used startpdf and stoppdf to limit the content part printed to pdf.
In 1.3.9 startpdf and stoppdf do not work anymore. My pdf printout allway shows the complete page (as it can be shown with html2pdf). This does not look good. I can not find these startpdf and stoppdf in content.func.inc.php, where they have been in 1.3.3. If i add the "old" code snippet from 1.3.3 there, it makes no change.
I think it should still work like this?
Code: Select all
<!-- startpdf -->
{CONTENT}
<!-- stoppdf -->
<div id="printSign">
[PRINT_PDF] Print PDF <img src="img/icons/icon_pdf.gif" border="0">[/PRINT_PDF]
</div>