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

annotation

(0.29 sec)
  1. 从 PDF 中提取附件|Aspose.PDF for Python via .NET

    了解如何使用 Python 和 Aspose.PDF 处理 PDF 附件。...def extract_file_attachment_annotation ( infile , output_dir ):...FileAttachment annotation file_attachment = next ( ( annot for annot in page...

    docs.aspose.com/pdf/zh/python-net/extract-attac...
  2. Process annotations via XFDF using Aspose.PDF J...

    Hello, We are receiving an error “Unknown rotation angle of the text in free text Annotation.java” when processing Annotations in xfdf file. Xfdf file and related PDF form attached. Product version - Aspose.PDF for Jav…...Process annotations via XFDF using Aspose.PDF Java - Unknown...of the text in free text annotation.java Aspose.PDF Product Family...

    forum.aspose.com/t/process-annotations-via-xfdf...
  3. [Bug Report] IConnector PathData Always Returns...

    We are currently using Aspose.Slides for .NET in a production-grade slide parser to extract visual elements such as images, textboxes, shapes, and unconnected lines (IConnector) . However, we’ve encountered a critical i…...diagrams, organizational charts, annotation arrows, etc.). Request Please...

    forum.aspose.com/t/bug-report-iconnector-pathda...
  4. Extend and Contribute to CRM Quote Generator|As...

    How to defined a custom workflow using Aspose.Words to convert HTML to word and Attach Generated Quotation with Quote in C#....Entity NewNote = new Entity ( "annotation" ); // Im going to add Note...

    docs.aspose.com/words/net/extend-and-contribute...
  5. 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-...
  6. 如何用 .NET 添加 Highlight 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Highlight 个注释。...Annotations 集合中的 Highlight 注释方法 Add 再次保存该文件..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  7. Hello, the customer has some issues while using...

    Hello, the customer has some issues while using it. Please help, The screenshot shows a misplaced Annotation. How should I handle it? Hello, the customer is preparing to make a purchase but has encountered some technic…...screenshot shows a misplaced annotation. How should I handle it?...

    forum.aspose.com/t/hello-the-customer-has-some-...
  8. Is it allowed to stamp documents which have a p...

    I would like to open a support case with Aspose regarding the stamping of PDF/A documents. I want to find out if this is permissible and how to approach it. Internally, we often archive signed documents and, upon re-view…...applying the stamp (visible annotation, added text layer, image...apply the stamp (visible annotation, added text layer, image...

    forum.aspose.com/t/is-it-allowed-to-stamp-docum...
  9. 如何用 C++ 添加 Strikeout 注解 | Aspose.PDF

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

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  10. PDF 多媒体注释|Aspose.PDF for Java

    Aspose.PDF for Java 允许您在 PDF 文档中添加、获取和删除多媒体注释。...对象的 Annotations 集合中。此集合仅包含该页面的所有注释:每个页面都有其自己的 Annotations 集合。要向特定页面添加注释,请使用...集合。要向特定页面添加注释,请使用 Add 方法将其添加到该页面的 Annotations 集合中。 使用 Aspose.PDF.InteractiveFeatures...

    docs.aspose.com/pdf/zh/java/multimedia-annotation/