Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 8,481 for

annotation

(0.1 sec)
  1. 如何使用 Java 删除 Link 注释 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中删除 PDF 文件中的 Link 注释的 Java 示例代码。...Annotations 集合中的 Link 注释方法 Remove 再次保存该文件..."SimpleResume_mod.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/zh-hans/java/annotation...
  2. 如何使用 Java 删除 Caret 注释 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中删除 PDF 文件中的 Caret 注释的 Java 示例代码。...Annotations 集合中的 Caret 注释方法 Remove 再次保存该文件..."sample_caret.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/zh-hans/java/annotation...
  3. 如何使用 Java 獲取 Link 註解 | Aspose.PDF

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

    products.aspose.com/pdf/zh-hant/java/annotation...
  4. 有什么新功能|Aspose.PDF for Python via .NET

    本页介绍了Aspose.PDF for Python via .NET在最近发布版本中引入的最受欢迎的新功能。...] for annotation in page . annotations : if ( annotation . rect...cast ( ap . annotations . WidgetAnnotation , annotation ) checkbox...

    docs.aspose.com/pdf/zh/python-net/whatsnew/
  5. Extract Links from PDF in Java

    This quick tutorial guides on how to extract links from PDF in Java. It contains all the details to set the IDE, a list of steps, and a sample code to develop a PDF link extractor in Java....learn to fetch link type annotations and transform them to URIAction...the pages, and create an annotation selector for the page Extract...

    kb.aspose.com/pdf/java/extract-links-from-pdf-i...
  6. How to Add Audio to PDF using Python

    This article describes how to add audio to PDF using Python. It provides all the basic details to configure the IDE and a runnable sample code to embed audio into PDF using Python....different properties of the annotation added for the sound. Steps...SoundAnnotation object Add it to the annotations collection of the selected...

    kb.aspose.com/pdf/python/how-to-add-audio-to-pd...
  7. How to Redact a PDF in Python

    This simple guide covers how to redact a PDF in Python. It includes the IDE configuration information, the step-by-step process, and a code snippet to redact text in PDF using Python....Append the annotation to the existing annotations collection...initialize an annotation for redaction. Next, add the annotation on a...

    kb.aspose.com/pdf/python/how-to-redact-a-pdf-in...
  8. FieldRef.includeNoteOrComment property | Aspose...

    FieldRef.includeNoteOrComment property. Gets or sets whether to increment footnote, endnote, and Annotation numbers that are marked by the bookmark, and insert the corresponding footnote, endnote, and comment text....increment footnote, endnote, and annotation numbers that are marked by...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Compress PDF Document | Aspose.PDF

    Optimize PDF files on any platform programmatically with this sample code using Aspose.PDF Library...Flattening Annotations with Aspose.PDF for C++ Adding annotations to...naturally increases its size. Annotations can be removed if they are...

    products.aspose.com/pdf/compress/
  10. Working with Actions in PDF|Aspose.PDF for C++

    This section explains how to add actions to the document and form fields programmatically with C++....links to the Page object’s Annotations collection. Finally, save...idx_get ( 1 ); // Create Link annotation object auto link = MakeObject...

    docs.aspose.com/pdf/cpp/actions/