Skip to main content
April 7, 2010
Question

Did cf9 fix the issue with text getting cut off in cfdocument?

  • April 7, 2010
  • 1 reply
  • 3037 views

See: http://kb2.adobe.com/cps/000/ea53f6ec.html

I am displaying a query with cfdocument type="pdf" and it continues to cut text off at the end of the page.

I assumed cf9 would have corrected this...

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    April 8, 2010

    Since it was already fixed in MX 7.x, I would imagine it fixed in CF 9.

    April 8, 2010

    Me too.  However upon further inspection it appears to me that they did not.

    Here is my cfdocument tag...

    <cfdocument
    backgroundvisible="no"
    encryption="128-bit"
    format="pdf"
    fontembed="yes"
    marginbottom="1.2"
    marginleft="1.2"
    marginright="1.2"
    margintop="1.2"
    orientation="portrait"
    overwrite="yes"
    ownerpassword="password"
    pagetype="letter"
    permissions="AllowPrinting"
    unit="cm">
    <cfinclude template="template1.cfm">
    <cfdocumentitem type = "pagebreak"/>
    <cfinclude template="template2.cfm">
    </cfdocument>

    Inspiring
    April 9, 2010

    The example code you cite is not much chop as far as a reproduction case goes, because the issue you're seeing is contingent on the contents of the include files, not the <cfdocument> tag itself.

    Can you create a simple, working, stand-alone example that demonstrates what you're seeing?

    --
    Adam