iTextsharp-C#-PDF不可读

时间:2019-03-16 14:26:41

标签: c# pdf itext

当我使用iTextSharp读取和编辑pdf文件时,我找不到任何“ acroform”,因此无法对其进行编辑。 PDf由Excel创建(办公室365)。 链接到我的pdf:here the file

我的代码:

            PdfReader reader = new PdfReader(existingFileStream);
            PdfDictionary root = reader.Catalog;
            PdfDictionary form = root.GetAsDict(PdfName.ACROFORM);
            PdfArray fields = form.GetAsArray(PdfName.FIELDS);

我的目标是编辑文件并将数据放置到特定位置。 希望对您来说清楚 谢谢。

0 个答案:

没有答案