我在WinDev中使用Itextsharp并尝试获取表单的名称。 我的代码如下:
Machaine est une chaine
PdfSource= FicSource
PdfDestination = RepCible+"\"+fExtraitChemin(PdfSource,fFichier)+" "+CodId+".pdf"
MonStream = allouer un FileStream(PdfDestination,FileMode::Create)
MonPdfReader est un PdfReader(PdfSource)
POUR TOUT MaChaine DANS MonPdfReader.AcroFields.Fields.Keys
FIN
问题在于 “MonPdfReader.AcroFields.Fields.Keys” 不被接受。
感谢您的想法...
答案 0 :(得分:1)
因为您没有回答问题,所以它是:
PdfSource = Sai_FicSource
//file pdf source
MonPdfReader est un PdfReader(PdfSource)
Monfield est un AcroFields.Item
POUR TOUT Monfield DE MonPdfReader.AcroFields.Fields.Keys
MaChaine = Monfield
FIN