Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading fields from PDF
Message
De
11/11/2011 14:51:26
 
 
À
11/11/2011 14:36:35
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:
01528690
Vues:
35
>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'.
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform