Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 31,291 for

groupdocs.annotation

(0.39 sec)
  1. Export Data | GroupDocs

    How to export data to JSON or XML files....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/export-data/
  2. Convert files to various formats | GroupDocs

    Articles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/markdown/python-net/convert/
  3. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Java....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/extract-pages/
  4. Load document from stream | GroupDocs

    Load documents directly from a file-like object — open file handle, BytesIO, or any stream — with GroupDocs.Viewer for Python via .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/developer-...
  5. Verify Digital signatures in the document | Gro...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/verify-digita...
  6. Verifying documents with exception handling | G...

     This article explains how to handle exceptions when verifying document electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/verifying-doc...
  7. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-b...
  8. HTML5 Image, PDF and Microsoft Office Document ...

    We’ve received a lot of feedback from our customers asking us to create a .NET library based on our HTML5 document annotation app. We’ve worked hard and today are pleased to announce the release of the document annotation library for developers on .NET platforms (ASP.NET, C#, VB.NET). Using the library, developers can seamlessly enhance their web and mobile apps with the ability to annotate Microsoft Office documents, PDFs and image files.... GroupDocs.Annotation for .NET is a completely...

    blog.groupdocs.com/annotation/html5-image-and-p...
  9. How to Convert XLSX to HTML using Java

    Understand document conversion for Excel to web format, review steps to convert XLSX to HTML using Java, and how to develop code to export Excel to HTML in Java....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert HTML to Text using Java

    Get familiar with the process to convert HTML to Text using Java and easily use these instructions for developing the functionality to convert HTML to Text in Java....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...