PdfAnnotationEditor.ImportAnnotationsFromFdf
Metodo PdfAnnotationEditor.ImportAnnotationsFromFdf
Importa tutte le annotazioni dal file FDF.
public void ImportAnnotationsFromFdf(string fdfFile)
| Parametro | Tipo | Descrizione |
|---|---|---|
| fdfFile | String | Il file FDF di input. |
Esempi
PdfAnnotationEditor editor = new PdfAnnotationEditor();
editor.BindPdf("example.pdf");
editor.ImportAnnotationsFromFdf("annots.fdf");
editor.Save("example_out.pdf");
Vedi Anche
- classe PdfAnnotationEditor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF