Hi, I am creating a PDF from a dynamically created HTML page. To attempt to minimize styling problems and other issues, I use cfhttp to call a page template which builds the HTML using query results. Then I simply output the page content within the cfdocument tags.
I've done this before, without much difficulty, although there are always CSS oddities. However, in this case, I'm seeing something I've never seen before, and which I can't find any reference to by Googling: a blank page is being created between each pair of "real" pages of my document. I'm not using <cfdocumentitem type="pageBreak">, so that's not the issue. There are no CSS specifications regarding page breaks in the code, either. And though the content does include HTML tables, the breaks seem to have nothing to do with them. If I completely avoid any attempt at pagination, I'm likely to get a page break in the middle of a table, followed by a blank page. So it seems as if a page break is being created somehow, though. Has anyone experienced anything like this? I'll be happy to share some code, but I don't want to simply dump a lot of unnecessary code on people unless it seems useful. Thanks for any guidance. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309410 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

