Skip to main content
Participant
November 9, 2010
Question

reading livecycle pdf data with cfpdfform

  • November 9, 2010
  • 1 reply
  • 550 views

I'm using <cfpdfform> command to simply read fields from my Livecycle 9 pdf.  The problem is that not all of the fields appear in the CFDUMP.  I'm simply using:

<cfpdfform source="test.pdf" action="read" result="fields"/>
<cfdump var="#fields#">

I have one subform where I have 15 text fields in the PDF. When I do the CFDUMP, it only shows 2 of the 15 fields.  Has anyone else encountered this?

    This topic has been closed for replies.

    1 reply

    Participant
    December 27, 2017

    I know this is old, however maybe one of the fields contains an array which represents all those other fields.