Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading fields from PDF
Message
From
11/11/2011 18:13:03
 
 
To
11/11/2011 17:20:22
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01528652
Message ID:
01528707
Views:
29
This syntax doesn't give an error:
Dim laFieldList As Array = oPdfReader.AcroFields.Fields.Keys.ToArray
However, the following would return 0 for the number of fields:
' Get the number of fields
nField = laFieldList.Length
If that syntax above is the proper declaration to use, I am wondering if the PDF I have doesn't have fields. When I look at it, it is a properly well defined forms where various fields have been entered. So, we have a title and a value. It goes all the way down like that. My assumption is that a PDF would then have been defined with a field approach to support that. Or, could it be that there is simply no field?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform