I have a letter page size setup. I have the following code snippets:
<cfdocument format='pdf'
filename='#application.system_root#\downloads\#fil ename#' pagetype='letter'
orientation='landscape' fontembed='yes' overwrite='yes' margintop='0.75'
marginbottom='0.75' marginright='0.5' marginleft='0.5'> and <table border='0'
style='width: 10 in; height: 7 in;' cellpadding='0' cellspacing='0'> Using
those settings I would have a document that is exactly 8.5x11 yet CFDOCUMENT
makes it 2 pages, just slightly. Sure, I can adjust it slightly to fit it in,
but you would think that a document that has contents 8.5 x11 in an 8.5x11
document would only be one page. I wish cfdocumnet had page control.