Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 1,106 for

view file

(0.08 sec)
  1. How to migrate to GroupDocs.Viewer 19.8 or high...

    This article contains information about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....rendering process to any supported file format (instead of ViewerHtmlHander...on document type). Document viewing options simplified so it’s...

    docs.groupdocs.com/viewer/java/how-to-migrate-t...
  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. Load a File to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection.... a file to examine Get a collection...free Apps. You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/getting-known-...
  3. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a File to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;ifile to examine Get a collection...free Apps. You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  4. Perform Reverse Image Search using C#

    Efficiently perform reverse image search using C# to find similar images. Learn how to implement reverse image search in C# for content-based image retrieval....across different platforms and file types. Steps to Perform Reverse...specifying the path to the image file using SearchImage.Create method...

    kb.groupdocs.com/search/net/perform-reverse-ima...
  5. Set metadata properties | Documentation

    This article explains the usage of SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 Files....can update or add data to mp3 files. This code sample actually combines...usage scenario of the method. a file to update Specify a predicate...

    docs.groupdocs.com/metadata/net/set-metadata-pr...
  6. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font Files. The following are the steps to read the header of an OpenType File. Load an OpenType font File Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....information from OpenType font files. The following are the steps...header of an OpenType file. an OpenType font file Get the root metadata...

    docs.groupdocs.com/metadata/java/working-with-o...
  7. Remove metadata properties | Documentation

    This article shows that how to remove metadata properties from a File is to use corresponding tags that allow you to locate the desired properties across all metadata packages....remove metadata properties from a file is to use corresponding tags...a combination of criteria. a file to update Use a predicate to...

    docs.groupdocs.com/metadata/net/remove-metadata...
  8. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preView for any worksheet (tab) for the existing Excel spreadsheet in SVG format...feature the end-users are able to view and inspect the content of the...but it can be saved and then viewed in any desktop or online image...

    docs.groupdocs.com/editor/java/generating-works...
  9. GroupDocs.Viewer for .NET Library Version 2.8.0...

    Recently we’ve updated our GroupDocs.Viewer for .NET library up to the version 2.8.0. In this post I’d like to discover some of the most remarkable updates implemented in this latest version: New Page Layout OptionsSo far, when Viewing documents, you had the following page layout options: Scroll View – pages are placed in a continuous chain, one after another. One page in a row – one page fit to client’s screen....Layout OptionsSo far, when viewing documents, you had the following...page layout options: # Scroll view – pages are placed in a continuous...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  10. Working with metadata in EPUB E-Books | Documen...

    What is EPUB? EPUB is an e-book File format that uses the “.epub” File extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB Files. The following are the steps to read native EPUB metadata. Load an EPUB File Get the root metadata package Extract the native metadata package using EpubRootPackage....is an e-book file format that uses the “.epub” file extension....format-specific information from EPUB files. The following are the steps...

    docs.groupdocs.com/metadata/net/working-with-me...