Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 5,841 for

groupdocs.viewer,

(0.29 sec)
  1. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications.

    docs.groupdocs.com/merger/net/add-document-to-s...
  2. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET.

    docs.groupdocs.com/metadata/python-net/getting-...
  3. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....GroupDocs.Metadata allows users to get meta information of a document.

    docs.groupdocs.com/metadata/python-net/get-docu...
  4. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage<ImageRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:

    docs.groupdocs.com/metadata/net/extracting-comm...
  5. Compare multiple documents with specific compar...

    Learn how to compare multiple documents and customize options (e.g., styles, sensitivity) using GroupDocs.Comparison for Python via .NET....Learn how to compare multiple documents and customize options (e.g., styles, sensitivity) using GroupDocs.Comparison for Python via .NET.

    docs.groupdocs.com/comparison/python-net/compar...
  6. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison.

    docs.groupdocs.com/comparison/python-net/get-fi...
  7. Accept or reject detected changes | GroupDocs

    Learn how to apply or discard detected changes and save the result using GroupDocs.Comparison for Python via .NET....Learn how to apply or discard detected changes and save the result using GroupDocs.Comparison for Python via .NET.

    docs.groupdocs.com/comparison/python-net/accept...
  8. How to run examples | GroupDocs

    How to run examples....How to run examples.

    docs.groupdocs.com/redaction/python-net/how-to-...
  9. Compare Markdown documents | GroupDocs

    Learn how to compare Markdown (.md) documents using GroupDocs.Comparison for Python via .NET. Detect and highlight differences between Markdown files with simple Python code....Learn how to compare Markdown (.md) documents using GroupDocs.Comparison for Python via .NET. Detect and highlight differences between Markdown files with simple Python code.

    docs.groupdocs.com/comparison/python-net/compar...
  10. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET.

    docs.groupdocs.com/comparison/python-net/get-li...