Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 6,185 for

may

(0.64 sec)
  1. Working with metadata in PDF documents | Docume...

    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. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/python-net/remove-m...
  3. How to merge MP3 files using C# | Documentation

    Learn how to merge MP3 audio files, combine MP3 audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library.... You may specify absolute or relative...

    docs.groupdocs.com/merger/net/getting-started/u...
  4. How to merge archives to ZIP using C# | Documen...

    Learn how to merge archives to ZIP file, combine archives into one ZIP file programmatically in C# language using GroupDocs.Merger for .NET library.... You may specify absolute or relative...

    docs.groupdocs.com/merger/net/getting-started/u...
  5. How to merge images to PDF using C# | Documenta...

    Learn how to merge images to PDF file, combine images into one PDF file programmatically in C# language using GroupDocs.Merger for .NET library.... You may specify absolute or relative...

    docs.groupdocs.com/merger/net/getting-started/u...
  6. Spell checking | Documentation

    This article shows that how spell checking works during the search....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/spell-che...
  7. How to merge TIFF images using java | Documenta...

    Learn how to merge TIFF image files, combine TIFF image files into one file programmatically in java language using GroupDocs.Merger for Java library.... You may specify absolute or relative...

    docs.groupdocs.com/merger/java/getting-started/...
  8. How to merge GIF images using Java | Documentation

    Learn how to merge GIF image files, combine GIF image files into one file programmatically in java language using GroupDocs.Merger for Java library.... You may specify absolute or relative...

    docs.groupdocs.com/merger/java/getting-started/...
  9. Working with EXIF metadata | Documentation

    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...
  10. Loading XML Documents with Options | Documentation

    Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for Java API.... You may want to skip loading external...

    docs.groupdocs.com/conversion/java/load-xml-doc...