Print Page | Close Window

Don't read Form Field

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=2265
Printed Date: 11 Apr 25 at 9:59PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Don't read Form Field
Posted By: Cuspide
Subject: Don't read Form Field
Date Posted: 15 May 12 at 12:29PM
Hi all,
I can see through AdobeLiveCycle 40 fields
I 'm trying to get me back from the object field names ... but without success.

This is the code:

        Call oPdf.LoadFromFile("C:\Test.pdf", "")
        Call oPdf.RemoveXFAEntries(0)
        Call oPdf.RemoveUsageRights
        Call oPdf.SetNeedAppearances(1)
        
        For iform = 1 To oPdf.GetXFAFormFieldCount
            sName = oPdf.GetXFAFormFieldName(iform)
            Call oPdf.GetXFAFormFieldValue(sName)
        Next iform

GetXFAFormFieldName gives me back ""
Why ?

I also tried to follow this blog .. but without success:
http://webcache.googleusercontent.com/search?q=cache:N4mRM3N8NjoJ:beau-ford.blogspot.com/2011/02/convert-livecycle-form-back-to-acrobat.html+&cd=6&hl=it&ct=clnk&gl=it - http://webcache.googleusercontent.com/search?q=cache:N4mRM3N8NjoJ:beau-ford.blogspot.com/2011/02/convert-livecycle-form-back-to-acrobat.html+&cd=6&hl=it&ct=clnk&gl=it

Thanks to all.
Daniele



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk