PdfAnnotationEditor.ImportAnnotationsFromFdf
PdfAnnotationEditor.ImportAnnotationsFromFdf method
تستورد جميع التعليقات التوضيحية من ملف FDF.
public void ImportAnnotationsFromFdf(string fdfFile)
| Parameter | Type | Description |
|---|---|---|
| fdfFile | String | ملف FDF المدخل. |
Examples
PdfAnnotationEditor editor = new PdfAnnotationEditor();
editor.BindPdf("example.pdf");
editor.ImportAnnotationsFromFdf("annots.fdf");
editor.Save("example_out.pdf");
See Also
- class PdfAnnotationEditor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF