Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 7,169 for

may

(0.45 sec)
  1. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Merge text files | GroupDocs

    Learn how to merge TXT files, combine TXT files into one file programmatically in net language using GroupDocs.Merger for Python via .NET library.... You may specify absolute or relative...

    docs.groupdocs.com/merger/python-net/merge/txt/
  3. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format....Please note that the chosen ID may intersect with the IDs used by...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-ex...
  4. Add text watermarks | GroupDocs

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents.... You may add watermarks to documents or...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  5. Add image watermarks | GroupDocs

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents.... You may add watermarks to documents or...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  6. Extract barcodes from document | GroupDocs

    This article explains that how to extract barcodes from documents....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-barcodes...
  7. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-data-fro...
  8. Extract table of contents from EPUB eBooks | Gr...

    How to extract table of contents from EPUB e-books getToc method is used....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-table-of...
  9. Optimize index | GroupDocs

    This article explains that how to optimize index to reduce the number of segments in an index....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/optimize-index/
  10. Search for different word forms | GroupDocs

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/search-for-diffe...