c# - How do I enumerate all the fields in a PDF file in ITextSharp -


Assume I have loaded a PDF file using iTextSharp:

  pdfStamper P = GetDocument (); AcroFields af = ps.AcroFields;    

post text "itemprop =" text "> acrofields af = ps.acrofields; foreach (air field Af.Fields) {Console.WriteLine ("{0}, {1}", field. Key, field.Value);}

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -