Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Hanszon #1
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 vertical page
breaking, or lack thereof, leaves a lot to be desired with breaks appearing in
the middle of columns and rendering data unintelligible. Columns are dynamic
in width, content AND position depending upon the users preferences, so I can't
simply force a break at a particular column every time. If anyone has any
ideas that do not involve calculating the individual column widths and the
break points each time, I would be glad to hear it.
No problems with horizontal breaking - that seems to naturally fall between
rows and not in the middle of a row.
Hanszon Guest
-
Page layout breaks when Editing page
I've created a site for a client who wants to use Contribute to edit it. The site wasn't built with Dreamweaver (hand-coded). Pages look fine when... -
cfdocument - pdf - page break - formatting
Hello folks, Anyone having issues using CFDOCUMENT to convert to PDF in terms if contenet being cut off the bottom of the page? It seems to get... -
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 page size
I have a letter page size setup. I have the following code snippets: <cfdocument format='pdf'... -
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

