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

library

(0.12 sec)
  1. GroupDocs.Watermark for Python overview | Group...

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....is a robust cross-platform library that allows to add watermarks...

    docs.groupdocs.com/watermark/python-net/product...
  2. Extract hyperlinks from document | GroupDocs

    This article explains that how to extract hyperlinks from documents....NET library we provide simple, but powerfull...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  3. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted text from document....NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/net/extract-formatted...
  4. Alphabet | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/net/alphabet/
  5. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine...NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/adding-metadata/
  6. Sign document with XML Advanced Electronic Sign...

     This article explains how to sign document with XML advanced electronic signatures (XAdES) using GroupDocs.Signature API....NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/sign-document-...
  7. Search for built-in Metadata signatures | Group...

    This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/search-for-bui...
  8. Indexing metadata of documents | GroupDocs

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/java/indexing-metadat...
  9. Markdown | GroupDocs

    This article explains that how to extract Markdown formatted text from document page....NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/net/markdown/
  10. 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 BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/working-with-bm...