PdfAnnotationEditor.ImportAnnotationsFromFdf
PdfAnnotationEditor.ImportAnnotationsFromFdf-Methode
Importiert alle Anmerkungen aus der FDF-Datei.
public void ImportAnnotationsFromFdf(string fdfFile)
| Parameter | Typ | Beschreibung |
|---|---|---|
| fdfFile | String | Die Eingabe-FDF-Datei. |
Beispiele
PdfAnnotationEditor editor = new PdfAnnotationEditor();
editor.BindPdf("example.pdf");
editor.ImportAnnotationsFromFdf("annots.fdf");
editor.Save("example_out.pdf");
Siehe auch
- Klasse PdfAnnotationEditor
- Namespace Aspose.Pdf.Facades
- Assembly Aspose.PDF