Lee Valentine
2006-02-21
Hi,
I am building a report that requires pages to be in both portrait and landscape. I copied the code in html2fpdf for the '<newpage>' tag and created one called '<lnewpage>'. Whenever I call this command, it turns the previous page into landscape instead of the page I want. It also doesn't format the text right on the next page.
I was wondering if anyone else has tried something similar or knows how to fix this?
Thanks,
Lee
julien mourot
2006-02-28
You may add :
<newpage> tag
and after the page orientation tag ...
it *must* work