Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 8,532 for

annotator

(0.11 sec)
  1. | Aspose.PDF

    使用 Python 使用适用于 Python for .NET 的 Aspose.PDF 以编程方式管理 PDF 批注... annotations . DefaultAppearance () appearance...freeTextAnnotation = apdf . annotations . FreeTextAnnotation ( document...

    products.aspose.com/pdf/zh-hans/python-net/anno...
  2. Modifikasi Anotasi di PDF Anda|Aspose.PDF for .NET

    Bagian ini menjelaskan cara memodifikasi anotasi dari file PDF ke XFDF dengan Aspose.PDF Facades....GetDataDir_AsposePdfFacades_Annotations (); // Create PdfAnnotationEditor..."AnnotationsInput.pdf" ); // Modify annotations author annotationEditor ...

    docs.aspose.com/pdf/id/net/modify-annotations/
  3. 使用 C# 的额外注释|Aspose.PDF for .NET

    了解如何使用 Aspose.PDF 在 .NET 中向 PDF 文件添加额外注释,以实现交互式文档功能。... 创建新的 Caret Annotation 并设置插入符参数(new Rectangle, title...EndingStyle)。此注释用于指示文本的插入。 创建新的 Caret Annotation 并设置插入符参数(new Rectangle, title...

    docs.aspose.com/pdf/zh/net/extra-annotations/
  4. 提取注释(facades)|Aspose.PDF for Java

    本节解释如何使用 Aspose.PDF Facades 从 PDF 文件中提取注释到 XFDF。... Text }; var annotations = annotationEditor . extractAnnotations...annotationTypes ); for ( var annotation : annotations ) { System . out ...

    docs.aspose.com/pdf/zh/java/extract-annotation/
  5. Извлечение ссылок из PDF-файла|Aspose.PDF for Java

    Извлечение ссылок из PDF с помощью Java. Эта тема объясняет, как извлечь ссылки с помощью класса AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ru/java/extract-links/
  6. Menggunakan Anotasi Teks untuk PDF|Aspose.PDF f...

    Aspose.PDF for .NET memungkinkan Anda untuk Menambahkan, Mengambil, dan Menghapus Anotasi Teks dari dokumen PDF Anda....Anotasi terdapat dalam koleksi Annotations dari Halaman tertentu. Koleksi...RunExamples . GetDataDir_AsposePdf_Annotations (); // Open PDF document...

    docs.aspose.com/pdf/id/net/text-annotation/
  7. Extraire du Texte à partir de Tampons|Aspose.PD...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....] Extraire du Texte des Annotations de Tampons Aspose.PDF pour...d’extraire du texte à partir des annotations de tampons. Pour extraire...

    docs.aspose.com/pdf/fr/cpp/extract-text-from-st...
  8. 추가 주석 사용 C++|Aspose.PDF for C++

    이 섹션은 PDF 문서에서 추가 종류의 주석을 추가, 가져오기 및 삭제하는 방법을 설명합니다.... 새로운 Caret Annotation 을 생성하고 Caret 매개변수(새 Rectangle...삽입을 나타내는 데 사용됩니다. 새로운 Caret Annotation 을 생성하고 Caret 매개변수(새 Rectangle...

    docs.aspose.com/pdf/ko/cpp/extra-annotations/
  9. Anotaciones Extra usando C++|Aspose.PDF para C++

    Esta sección describe cómo agregar, obtener y eliminar tipos extra de anotaciones de su documento PDF.... Crea una nueva Caret Annotation y establece los parámetros...texto. Crea una nueva Caret Annotation y establece los parámetros...

    docs.aspose.com/pdf/es/cpp/extra-annotations/
  10. Redazione di un PDF utilizzando Python | Aspose...

    Redazione programmatica di documenti PDF con codice di esempio Python utilizzando Aspose.PDF per Python for .NET... rectangle annot = apdf . annotations . RedactionAnnotation...page , annotationRectangle ) annot . fill_color = apdf . Color...

    products.aspose.com/pdf/it/python-net/redaction/