Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 8,745 for

annotate

(0.81 sec)
  1. 如何用 Java 添加 Link 注解 | Aspose.PDF

    Java 示例代码,用于在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中在 PDF 文件中添加 Link 个注释。...Annotations 集合中的 Link 注释方法 Add 再次保存该文件...get_Item ( 1 ); // Create Link Annotation and set the action to call...

    products.aspose.com/pdf/zh-hans/java/annotation...
  2. Como excluir comentários em PDF em Java

    Este tutorial orienta sobre como excluir comentários em PDF em Java. Ele compartilha as informações para definir o IDE, as etapas para escrever o programa e um código de amostra executável para excluir todos os comentários em PDF em Java....e acesse o collection of annotations nele Analise cada anotação...método delete() na coleção Annotations para excluir a anotação Text...

    kb.aspose.com/pt/pdf/java/how-to-delete-comment...
  3. Як видалити коментарі в PDF на Java

    У цьому підручнику описано, як видалити коментарі у PDF-файлі на Java. Він ділиться інформацією для налаштування IDE, кроками для написання програми та прикладом коду для видалення всіх коментарів у PDF-файлі на Java....перейдіть до collection of annotations на ньому Проаналізуйте кожну...метод delete() у колекції Annotations, щоб видалити текстову анотацію...

    kb.aspose.com/uk/pdf/java/how-to-delete-comment...
  4. Come eliminare commenti in PDF in Java

    Questo tutorial guida su come eliminare i commenti in PDF in Java. Condivide le informazioni per impostare l'IDE, i passaggi per scrivere il programma e un codice di esempio eseguibile per eliminare tutti i commenti in PDF in Java....accedi al collection of annotations su di esso Analizza ogni...delete() nella raccolta Annotations per eliminare l’annotazione...

    kb.aspose.com/it/pdf/java/how-to-delete-comment...
  5. Обновление ссылок в PDF|Aspose.PDF for Java

    Обновление ссылок в PDF программным способом. Это руководство о том, как обновить ссылки в PDF на языке Java....get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/ru/java/update-links/
  6. Extraire des données d'un tableau dans un PDF a...

    Apprenez à extraire des données tabulaires d'un PDF en utilisant Aspose.PDF for .NET en C#...un tableau marqué avec une annotation carrée : // For complete...squareAnnotation = page . Annotations . FirstOrDefault ( ann =>...

    docs.aspose.com/pdf/fr/net/extract-data-from-ta...
  7. PDF 注释 API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高级代码 API 从 PDF 文档中删除注释...pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( caretAnnotation1...

    products.aspose.com/pdf/zh-hans/annotation/
  8. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…...getOnClose()); } } for (Annotation annotation : page.getAnnotations())...{ for (PdfAction action : annotation.getPdfActions()) { if (action...

    forum.aspose.com/t/unable-to-extract-javascript...
  9. PDF에서 텍스트 추출 C#|Aspose.PDF for .NET

    이 문서에서는 C#에서 Aspose.PDF를 사용하여 PDF 문서에서 텍스트를 추출하는 다양한 방법을 설명합니다.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...all the annotations foreach ( Aspose . Pdf . Annotations . Annotation...

    docs.aspose.com/pdf/ko/net/extract-text-from-al...
  10. PDF Tooltip باستخدام C++|Aspose.PDF لـ C++

    تعلم كيفية إضافة تلميح نصي إلى جزء من النص في PDF باستخدام C++ و Aspose.PDF...Annotations.HideAction لتعيين إجراء إخفاء/إظهار...get_Flags () | Aspose :: Pdf :: Annotations :: AnnotationFlags :: Hidden...

    docs.aspose.com/pdf/ar/cpp/pdf-tooltip/