Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading fields from PDF
Message
De
11/11/2011 16:48:10
 
 
À
11/11/2011 14:51:26
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01528652
Message ID:
01528695
Vues:
27
>>Sorry, it has been about 3 years since I wrote that code. i forget that is my function
>
>Thanks, is this still working? Because, I have an error on the 3rd line:
>
>
>    Private Function GetPDFFormFields(ByVal pdfform As String) As String
>        Dim pdfformfields As String
>        Dim PdfReader As iTextSharp.text.pdf.PdfReader = New iTextSharp.text.pdf.PdfReader(pdfform)
>        Dim fieldlist As New ArrayList(PdfReader.AcroFields.Fields.Keys)
>
>
>Unable to cast object of type 'KeyCollection[System.String,iTextSharp.text.pdf.AcroFields+Item]' to type 'System.Collections.ICollection'.

Yes it works. maybe you are missing an import statement ?

Imports System.IO
Imports System.Collections.Generic
Imports System.Diagnostics
Imports System.Collections
Imports System.Text
Imports iTextSharp.text.pdf


Charles Hankey

Though a good deal is too strange to be believed, nothing is too strange to have happened.
- Thomas Hardy

Half the harm that is done in this world is due to people who want to feel important. They don't mean to do harm-- but the harm does not interest them. Or they do not see it, or they justify it because they are absorbed in the endless struggle to think well of themselves.

-- T. S. Eliot
Democracy is two wolves and a sheep voting on what to have for lunch.
Liberty is a well-armed sheep contesting the vote.
- Ben Franklin

Pardon him, Theodotus. He is a barbarian, and thinks that the customs of his tribe and island are the laws of nature.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform