Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
berry@okaikei #1
cfdocument page size
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.
berry@okaikei Guest
-
CFDOCUMENT page-break-inside
I am using CFDOCUMENT to push a current document that we dynamically generate already to a PDF instead of just HTML. In the past we just use tables... -
cfdocument page breaks
I have a 40+ column table previously generated as an Excel spreadsheet (CF 6), now being generated as a PDF using CFDOCUMENT. Unfortunately the... -
conditionalizing CFDOCUMENT in page
I've been trying to set up CFIF statements at the beginning and end of my documents to check against a URL variable such as: <cfparam... -
CFDOCUMENT - how to output the current page
Hi All, I'm trying without success to conditionally wrap a page in cfdocument tags. I'm starting with: <cfif isDefined("url.docType")> <cfif... -
cfdocument to fit page size
I've used the cfdocument to make pdf of web pages via cfhttp and it scaled nicely to fit as two pages; however, can't control where page breaks. ...



Reply With Quote

