Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 3,411 for

library

(0.24 sec)
  1. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list for PDF, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications....NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/get-supported-...
  2. Clean metadata | GroupDocs

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/clean-metadata/
  3. 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...
  4. 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/
  5. 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...
  6. Save in original format | GroupDocs

    This article demonstrates that how to save file in its original format with current date as a suffix...NET library we provide simple, but powerful...

    docs.groupdocs.com/redaction/net/save-in-origin...
  7. Get supported file formats | GroupDocs

    This page describes how the search api is used to obtain a list of supported file types....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/java/get-supported-fi...
  8. Load document from local disk | GroupDocs

    Learn how to extract data from documents on the local disk...NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/net/load-document-fro...
  9. Introducing GroupDocs.Signature for .NET | Grou...

    Introduction to GroupDocs.Signature for .NET - what is it and why to use...is an electronic signature library that provides an ability to...

    docs.groupdocs.com/signature/net/introducing-gr...
  10. Verifying documents with exception handling | G...

     This article explains how to handle exceptions when verifying document electronic signatures with GroupDocs.Signature API....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/verifying-doc...