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

annotation

(0.1 sec)
  1. 在PDF中使用链接注释|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从PDF文档中添加、获取和删除链接注释。... GetDataDir_AsposePdf_Annotations (); // Open PDF document...Document ( dataDir + "Link Annotation Demo.pdf" )) { // Get first...

    docs.aspose.com/pdf/zh/net/link-annotations/
  2. 从PDF文件中提取链接|Aspose.PDF for Java

    使用Java从PDF中提取链接。本主题向您解释如何使用AnnotationSelector类提取链接。... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/zh/java/extract-links/
  3. 从流添加文件附件注释|Aspose.PDF for Python via .NET

    此示例加载 PDF,读取外部文件到内存流,在第一页添加文件附件注释,并保存修改后的文档。...initialize_data_dir def add_file_attachment_annotation_from_stream ( infile , attachment_file...# Create file attachment annotation using stream+opacity overload...

    docs.aspose.com/pdf/zh/python-net/add-file-atta...
  4. 使用 Python 的批注和特殊文本|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 从 PDF 文档中的印章批注、突出显示的文本以及上标/下标内容中提取文本。...annotations . 验证它是一个 StampAnnotation...( infile , page_number , annotation_index , outfile ): """ Extracts...

    docs.aspose.com/pdf/zh/python-net/annotation-an...
  5. Annotations|Aspose.PDF for Python via .NET

    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....Annotations Contents [ Hide ] Add Text Annotations Add Free Text...Text Annotations Add Markup Annotations Add Popup Annotations...

    docs.aspose.com/pdf/python-net/annotations/
  6. 如何使用 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...
  7. 如何使用 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...
  8. PDF Annotations using C++|Aspose.PDF for C++

    This section shows how to use all kinds of Annotations to your PDF file with the Aspose.PDF library. Learn how to draw, open, or add an Annotation in C++...PDF Annotations using C++ Contents [ Hide ] As PDF is increasingly...person to wonder how to add annotations to PDFs? At first, it seems...

    docs.aspose.com/pdf/cpp/annotations/
  9. 使用 Python 的安全注释|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python via .NET 标记要进行编辑的文本、应用编辑注释,以及在 PDF 文件中编辑图像区域。... page annotation_rectangle = text_fragment...rectangle redaction_annotation = ap . annotations . RedactionAnnotation...

    docs.aspose.com/pdf/zh/python-net/security-anno...
  10. 提取注释(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/