Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 5,454 for

file viewer

(0.03 sec)
  1. Extracting Common Image Information | Documenta...

    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:...Viewer Product Solution GroupDocs...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/extracting-comm...
  2. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its format is supported, but not pre-configured....Viewer Product Solution GroupDocs...be used when for some reason files have non-standard extensions...

    docs.groupdocs.com/redaction/python-net/extend-...
  3. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Viewer Product Solution GroupDocs...= new PresentationWatermar ( File . ReadAllBytes ( "background...

    docs.groupdocs.com/watermark/net/working-with-s...
  4. Single document operations | Documentation

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger for Java....Viewer Product Solution GroupDocs...pages Split document Split text file Swap pages Extract pages Change...

    docs.groupdocs.com/merger/java/single-document-...
  5. GroupDocs.Total for .NET | Documentation

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....Viewer Product Solution GroupDocs...spreadsheets, presentations, PDF files, emails, images, and 3D models...

    docs.groupdocs.com/total/net/
  6. Working with metadata in MOV Files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime File. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Viewer Product Solution GroupDocs...metadata in MOV Files Working with metadata in MOV Files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Viewer Product Solution GroupDocs...method; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/python-net/remove-doc...
  8. Introducing GroupDocs.Parser for .NET | Documen...

    What Is GroupDocs.Parser? GroupDocs.Parser is a powerful document data extraction API from over 50 document types in your applications. Many popular formats are supported: PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, ODT, ODS, RTF, EPUB and many others. One of the most valuable features of GroupDocs.Parser is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents....Viewer Product Solution GroupDocs...archives, OST/PST mail data files and PDF portfolios. If you want...

    docs.groupdocs.com/parser/net/introducing-group...
  9. How to Add Image Signature to PDF using C#

    Quickly and easily add image signature to PDF using C# with one of the popular signature library. Also, examine the sample code to sign pdf with image in C#....Viewer Product Family GroupDocs.Comparison...position for the signed PDF file using ImageSignOptions class...

    kb.groupdocs.com/signature/net/how-to-add-image...
  10. Search results | Documentation

    This article shows that how to perform the operations on search results....Viewer Product Solution GroupDocs...object containing the file path, the file type, the format family...

    docs.groupdocs.com/search/net/search-results/