PdfAnnotationEditor.ImportAnnotationsFromFdf
Méthode PdfAnnotationEditor.ImportAnnotationsFromFdf
Importe toutes les annotations à partir du fichier FDF.
public void ImportAnnotationsFromFdf(string fdfFile)
| Paramètre | Type | Description |
|---|---|---|
| fdfFile | String | Le 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
- classe PdfAnnotationEditor
- espace de noms Aspose.Pdf.Facades
- assembly Aspose.PDF