Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 8,326 for

document annotation

(0.1 sec)
  1. Extract metadata from documents | GroupDocs

    Learn how to extract metadata from PDF, Word, Excel, PowerPoint and 50+ Document formats using GroupDocs.Parser for .NET. Get Document properties like author, title, creation date in C#....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-metadata-...
  2. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint Document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/working-with-...
  3. Delete Digital signatures from documents | Grou...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/delete-digital...
  4. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the Document. Data extraction was unified for all data types. The overall Document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/migration-notes/
  5. Indexing documents | GroupDocs

    This page contains information about indexing Documents in the search network....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/indexing-documents/
  6. Indexing documents | GroupDocs

    This page contains information about indexing Documents in the search network....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/indexing-documents/
  7. How to Add Text Signature to RTF using C#

    In this guide, we will walk you through the steps to add text signature to RTF using C#. we will supply you with code example to insert text signature to RTF in C#....Annotation Product Family GroupDocs...your RTF (Rich Text Format) documents can personalize your content...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  8. How to Convert Bitmap to PNG using Java

    This short article walks you through the workflow to convert Bitmap to PNG using Java and how to use this guide to change BMP to PNG in Java....Annotation Product Family GroupDocs...simple API calls of the popular document conversion library. Further...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Introducing GroupDocs.Assembly for .NET | Group...

    GroupDocs.Assembly for .NET is a Document automation and reports generation API designed to create custom Documents from templates. This .NET reporting API intelligently assembles the given data with the defined template Document and it is a report generator which generates an output Document based on the data source, in the template’s format as or in the specified output format. Since GroupDocs.Assembly for .NET can generate Documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/introducing-gro...
  10. How to Render PDF as PNG using Java

    Within this article, you'll discover how to render PDF as PNG using Java. By following our detailed instructions, you can seamlessly convert PDF to PNG....Annotation Product Family GroupDocs...Whether you’re working on a document management system, developing...

    kb.groupdocs.com/viewer/java/how-to-render-pdf-...