PdfAnnotationEditor.ImportAnnotationsFromFdf

PdfAnnotationEditor.ImportAnnotationsFromFdf metod

Importerar alla anteckningar från FDF-fil.

public void ImportAnnotationsFromFdf(string fdfFile)
ParameterTypBeskrivning
fdfFileSträngDen inmatade FDF-filen.

Exempel

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

Se Även