Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 8,581 for

annotator

(0.21 sec)
  1. أرشيف

    أرشيف...Annotations . احفظ ملف PDF باستخدام طريقة...للصفحة الأولى من ملف PDF page.Annotations.Add(link); // احفظ المستند...

    blog.aspose.com/ar/pdf/add-hyperlinks-to-pdf-in...
  2. ארכיון

    ארכיון...Annotations . שמור PDF בשיטת Document...הראשון של קובץ PDF page.Annotations.Add(link); // שמור מסמך מעודכן...

    blog.aspose.com/he/pdf/add-hyperlinks-to-pdf-in...
  3. 如何使用 Java 獲取 Freetext 註解 | Aspose.PDF

    Java 範例代碼,用於在 JSP/JSF 應用程式和桌面應用程式的 Java 執行時環境中以 PDF 檔的形式獲取 Freetext 註釋。...pdf" ); // Filter annotations using AnnotationSelector...annotationSelector ); List < Annotation > freeTextAnnotations = annotationSelector...

    products.aspose.com/pdf/zh-hant/java/annotation...
  4. Merging PDF with XFDF not working - Free Suppor...

    Hi, I'm testing the Aspose PDF library and I'm trying to merge a PDF file with an XFDF file (xfdf includes INK Annotations). Test code (see below) runs without any problems but the output pdf file does not include the …...file (xfdf includes INK Annotations). Test code (see below) runs...file does not include the annotations! Any idea how to solve this...

    forum.aspose.com/t/merging-pdf-with-xfdf-not-wo...
  5. Opérations avancées|Aspose.PDF pour Android via...

    Aspose.PDF pour Android via Java vous permet de réaliser non seulement des tâches simples. Vous pouvez fixer des objectifs difficiles et les résoudre facilement.... Annotations - les annotations permettent aux utilisateurs... supprimer et modifier l’annotation dans les documents PDF. Artifacts...

    docs.aspose.com/pdf/fr/androidjava/advanced-ope...
  6. 如何使用 Java 獲取 Caret 註解 | Aspose.PDF

    Java 範例代碼,用於在 JSP/JSF 應用程式和桌面應用程式的 Java 執行時環境中以 PDF 檔的形式獲取 Caret 註釋。...pdf" ); // Filter annotations using AnnotationSelector...annotationSelector ); List < Annotation > caretAnnotations = annotationSelector...

    products.aspose.com/pdf/zh-hant/java/annotation...
  7. 如何使用 Java 获取 Highlight 注解 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中获取 PDF 文件中的 Highlight 注释的 Java 示例代码。...Annotations 集合中的 Highlight 注释方法 Get 再次保存该文件...annotationSelector1 ); List < Annotation > textMarkupAnnotation =...

    products.aspose.com/pdf/zh-hans/java/annotation...
  8. Come aggiungere l'annotazione Circle usando Jav...

    Codice di esempio Java per aggiungere Circle annotazioni nel file PDF in Java Runtime Environment per applicazioni JSP/JSF e applicazioni desktop....Annotations Salvare nuovamente il file...( 1 ); // Create Polygon Annotation CircleAnnotation circleAnnotation...

    products.aspose.com/pdf/it/java/annotation/circ...
  9. Extract Data from Table in PDF|Aspose.PDF for C++

    Learn how to extract tabular from PDF using Aspose.PDF for C++....table marked with Square Annotation: void ExtractMarkedTable...MakeObject < Aspose :: Pdf :: Annotations :: SquareAnnotation > ( page...

    docs.aspose.com/pdf/cpp/extract-data-from-table...
  10. Atualizar Links em PDF|Aspose.PDF para Java

    Atualizar links em PDF programaticamente. Este guia é sobre como atualizar links em PDF na linguagem Java....get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/pt/java/update-links/