PdfAnnotationEditor.ImportAnnotationsFromFdf

PdfAnnotationEditor.ImportAnnotationsFromFdf 方法

从 FDF 文件导入所有注释。

public void ImportAnnotationsFromFdf(string fdfFile)
参数类型描述
fdfFile字符串输入的 FDF 文件。

示例

PdfAnnotationEditor editor = new PdfAnnotationEditor();
editor.BindPdf("example.pdf");
editor.ImportAnnotationsFromFdf("annots.fdf");
editor.Save("example_out.pdf");

另请参阅