Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 8,417 for

annotation

(0.56 sec)
  1. How to Search Text and Highlight in PDF using C#

    This tutorial covers the details on how to search text and highlight in PDF using C#. The steps and the code sample demonstrate how to highlight pdf document using C# and then save the PDF having highlighted text in it....PDF, creating highlight annotations with color and shape, and...applying different highlight annotations to some text. You can highlight...

    kb.aspose.com/pdf/net/how-to-search-text-and-hi...
  2. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…... Page‑level actions and annotation actions foreach (Page page...Add(pageClose); // Annotation actions foreach (Annotation annot in page...

    forum.aspose.com/t/unable-to-extract-javascript...
  3. 从印章提取文本|Aspose.PDF for Java

    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....pdf" ); Annotation item = doc . getPages ()...StampAnnotation ) { StampAnnotation annot = ( StampAnnotation ) item ;...

    docs.aspose.com/pdf/zh/java/extract-text-from-s...
  4. How to Remove Comments from PDF using Python

    This article guides on how to remove comments from PDF using Python. It provides detailed information to set the IDE, write program algorithm and a runnable sample code to delete all comments in PDF using Python....collection of annotations Check each annotation if it is a TEXT...document and then parsing the annotations collection on each page to...

    kb.aspose.com/pdf/python/how-to-remove-comments...
  5. Extract Links from the PDF File|Aspose.PDF for C++

    Learn how to extract links from a PDF document in C++ using Aspose.PDF to analyze and manage hyperlinks within PDF files....Links are represented as annotations in a PDF file, so to extract...Get all the selected link annotations into an IList object using...

    docs.aspose.com/pdf/cpp/extract-links/
  6. Add Image to PDF using C++|Aspose.PDF for C++

    This section describes how to add image to existing PDF file using C++ library....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/cpp/add-image-to-existing-p...
  7. How to Remove Hyperlink from PDF in C#

    This short tutorial guides on how to remove hyperlink from PDF in C#. It shares details about the environment configuration, the list of steps for developing the application and a runnable sample code to remove all hyperlinks from PDF in C#....access the collection of annotations on each page Parse through...all the annotations and find the link type annotations Call the...

    kb.aspose.com/pdf/net/how-to-remove-hyperlink-f...
  8. Load Read and View Documents via Python | produ...

    Read and open PDF, Microsoft Word, Excel, PowerPoint and Image files via your Python application....and sometimes making basic annotations or edits. Document viewer...features for collaboration, annotation, and editing. Key Reasons...

    products.aspose.com/total/python-net/viewer/
  9. Add Image to Existing PDF File|Aspose.PDF for Java

    This section describes how to add image to existing PDF file using Java library....()) { WatermarkAnnotation annotation = new WatermarkAnnotation...getRect ()); XForm form = annotation . getAppearance (). get_Item...

    docs.aspose.com/pdf/java/add-image-to-existing-...
  10. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file with Aspose.PDF for Rust via C++....features like text extraction, annotation, or form filling. use asposepdf...

    docs.aspose.com/pdf/rust-cpp/open-pdf-document/