Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 8,414 for

annotation

(0.14 sec)
  1. Advanced operations in Node.js|Aspose.PDF for N...

    Aspose.PDF for Node.js via C++ can perform not only simple and easy tasks but also cope with more complex goals. Check the next section for advanced users and developers.... Annotations - annotations allow users to add...add, delete and modify the annotation from the PDF documents. Securing...

    docs.aspose.com/pdf/nodejs-cpp/advanced-operati...
  2. 更新 PDF 中的链接|Aspose.PDF for C++

    使用 Aspose.PDF for C++ 以编程方式更新 PDF 中的链接。本指南介绍如何更新 PDF 文件中的链接。...DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // 修改链接:更改链接目标 auto...

    docs.aspose.com/pdf/zh/cpp/update-links/
  3. What's new 2025|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET that have been introduced in recent releases....border effects to polygon annotations for enhanced visual appearance...Notable Enhancements Improved annotation text replacement: now supports...

    docs.aspose.com/pdf/net/whatsnew/2025/
  4. Extract Table Data from PDF|Aspose.PDF for Java

    Learn how to extract tabular from PDF using Aspose.PDF for Java...table marked with Square Annotation: public static void Extract_Marked_Table...List < com . aspose . pdf . Annotation > list = annotationSelector...

    docs.aspose.com/pdf/java/extract-data-from-tabl...
  5. Working with Actions in PDF|Aspose.PDF for .NET

    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...Links are represented as annotations in a PDF file and they can...

    docs.aspose.com/pdf/net/actions/
  6. 从PDF文件中提取链接|Aspose.PDF for C++

    使用C#从PDF中提取链接。本主题向您解释如何使用AnnotationSelector类提取链接。...annotations.annotation_selector/) 对象传递给 Page...com/pdf/cpp/class/aspose.pdf.annotations.annotation_selector/) 对象的 Selected...

    docs.aspose.com/pdf/zh/cpp/extract-links/
  7. 使用 C++ 添加图形注释|Aspose.PDF for C++

    本文描述了如何使用 Aspose.PDF for C++ 添加、获取和删除 PDF 文档中的图形注释...Annotations.CircleAnnotation 类的实例),除了形状不同。...新建 Document 。 创建一个 Circle Annotation 并设置 Circle 参数(新建 Rectang...

    docs.aspose.com/pdf/zh/cpp/figures-annotation/
  8. Working with Comments|Documentation

    This page describes how to add comment on a page of the Visio drawing with Aspose.Diagram library....property, exposed by the Annotation class, allows developers...

    docs.aspose.com/diagram/python-java/working-wit...
  9. PdfFileEditor ResizeContents causes corrupted r...

    Hello, I use the function ResizeContents of the PdfFileEditor to resize big PDF files down to DIN A3. Everything works fine until we have a big PDF with a Annotation. The function call doesn’t cause any error. But wh…...we have a big PDF with a Annotation. The function call doesn’t...we get some errors and the Annotation isn’t visible anymore. Do...

    forum.aspose.com/t/pdffileeditor-resizecontents...
  10. Extracting raw text from PDF file|Aspose.PDF fo...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for Java. From entire pages, from a specific part, based on columns, etc....comprise of Text, Image, Annotations, Attachments, Graphs, etc...through all the annotations for ( Annotation annotation : doc . getPages...

    docs.aspose.com/pdf/java/extract-text-from-all-...