PdfAnnotationEditor.ImportAnnotationsFromFdf

Méthode PdfAnnotationEditor.ImportAnnotationsFromFdf

Importe toutes les annotations à partir du fichier FDF.

public void ImportAnnotationsFromFdf(string fdfFile)
ParamètreTypeDescription
fdfFileStringLe fichier FDF d’entrée.

Exemples

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

Voir aussi