Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 8,661 for

annotation

(0.49 sec)
  1. Aspose.PDF - Powerful API for Document Processi...

    Aspose.PDF is a powerful API for document processing and PDF processing. It allows developers to create, manipulate, and convert PDF documents programmatically....handle content, formatting, annotations, and other elements programmatically...passwords and permissions Adding annotations and comments to PDF documents...

    reference.aspose.com/pdf/
  2. Anotación de Resaltados en PDF|Aspose.PDF para ...

    Las anotaciones de marcado se presentan en el texto como resaltados, subrayados, tachados o subrayados ondulados en el texto de un documento....annotationSelector1 ); List < Annotation > highlightAnnotations =...annotationSelector1 . getSelected (); for ( Annotation ta : highlightAnnotations...

    docs.aspose.com/pdf/es/java/highlights-annotation/
  3. Jak usunąć Highlight Adnotację za pomocą Java |...

    Przykładowy kod Java do usuwania Highlight adnotacji w pliku PDF na Java Runtime Environment dla aplikacji JSP/JSF i aplikacji desktopowych....Annotations Zapisz plik ponownie Wymagania...annotationSelector1 ); List < Annotation > textMarkupAnnotation =...

    products.aspose.com/pdf/pl/java/annotation/high...
  4. 如何使用 C++ 删除 Highlight 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Highlight 注解的源代码...Annotations 集合中的 Highlight 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  5. 如何使用 C++ 删除 Link 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Link 注解的源代码...Annotations 集合中的 Link 注释方法 Remove 再次保存该文件...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  6. 如何使用 C++ 删除 Redaction 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Redaction 注解的源代码...Annotations 集合中的 Redaction 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  7. 如何使用 C++ 删除 Circle 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Circle 注解的源代码...Annotations 集合中的 Circle 注释方法 Remove 再次保存该文件...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  8. 如何使用 C++ 删除 Strikeout 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Strikeout 注解的源代码...Annotations 集合中的 Strikeout 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  9. 如何用 C++ 添加 Highlight 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Highlight 注释的源代码...Annotations 集合中的 Highlight 注释方法 Add 再次保存该文件..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  10. Trabalhando com Ações|Aspose.PDF para Java

    Esta seção explica como adicionar ações aos campos de documento e formulário programaticamente com Java. Aprenda como Adicionar, Criar e Obter Hiperlink em um Arquivo PDF....adicione esses links à coleção Annotations do objeto Page . Finalmente...accept ( selector ); List < Annotation > list = selector . getSelected...

    docs.aspose.com/pdf/pt/java/actions/