I am generating a .pdf report from a cold fusion program. The report is fine but I always get an extra blank page at the beginning. Any ideas what I'm doing wrong or missing?
<cfdocument format='pdf'>
<cfdocumentsection>
<cfoutput>
|
I am generating a .pdf report from a cold fusion program. The report is fine but I always get an extra blank page at the beginning. Any ideas what I'm doing wrong or missing?
| ||||
|
feedback
|
cfdocumentsection"..forces a page break so that each section starts on a new page". So depending on its placement, you could be creating a blank page unintentionally. – Leigh Sep 20 '11 at 17:33