Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 2,822 for

view

(0.03 sec)
  1. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/getting-known-p...
  3. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/nodejs-java/get-doc...
  4. Render Word documents as Clean HTML in Java | M...

    Render the Word DOC/DOCX documents to minified HTML in Java. View or convert the Word files with embedded or external resources within the applications....Viewer showcases a document viewing API that allows rendering various...setting it to true. Use the view() with the created options to...

    blog.groupdocs.com/viewer/render-word-documents...
  5. GroupDocs Online Document Management Solution H...

    First of all thanks for checking out our blog! GroupDocs is a web-based solution for online document management, sharing and collaboration. Our team is excited to enter the market and we are confident that we can offer some of the best web-based document collaboration apps to fulfill your every document need. What is GroupDocs? GroupDocs is a one-stop shop for all your document management and collaboration needs. We’ve developed a suite of online document management applications that help you with all aspects of your business, from uploading and securely storing documents, to automatically generating reports or electronically signing paper-work....applications: GroupDocs Viewer : view files in any HTML5 compliant...

    blog.groupdocs.com/total/groupdocs-online-docum...
  6. Clone Passwords and Style Settings are Introduc...

    GroupDocs team is glad to announce another monthly release of .NET Document Comparison API v17.7.0 with advanced features like Cloning passwords and Cloning Metadata for all major file formats and adding support for new style settings. This monthly release is also including improvements like IComparisonStyle interface in cells file format along with fixes. Major Changes are done for HTML, PDF, Cells, Emails and Words document formats. Detailed information is listed below.... view the website...

    blog.groupdocs.com/comparison/document.comparis...
  7. 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.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. 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 getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/extracting-com...
  9. Get the format family and the additional inform...

    Get format family details & extra info about files using GroupDocs.Viewer for Python.... for_html_view () info = viewer . get_view_info ( options...printing_allowed ) print ( " \n View info retrieved successfully...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  10. How to Render DOCX as PDF using C#

    Quickly learn how to render DOCX as PDF using C# with the help of GroupDocs.Viewer for .NET. A code example will also be provided to create PDF from DOCX in C#....argument to its constructor Get the view options by creating object of...PdfViewOptions Call the Viewer.View method by passing PDFViewOptions...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...