• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

reading livecycle pdf data with cfpdfform

New Here ,
Nov 09, 2010 Nov 09, 2010

Copy link to clipboard

Copied

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?

Views

472

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 27, 2017 Dec 27, 2017

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation