Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 3,695 for

view

(0.27 sec)
  1. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/working-with-to...
  2. Document viewer API usage in Java - Free Suppor...

    I have following queries regarding Groupdocs - Do I need only Viewer solution if I want to control user's downloading/copying ? Do I need to convert original documents in some form to use your product ? Do I need to up…...downloaded to user machines during view sessions. Instead, the viewer...downloads the file, it can be viewed only in our viewer not any...

    forum.groupdocs.com/t/document-viewer-api-usage...
  3. Install GroupDocs.Total for Java | GroupDocs

    This topic describes how to install GroupDocs.Total for Java.... view ( HtmlViewOptions . forEmbeddedResources...

    docs.groupdocs.com/total/java/installation/
  4. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // .... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/working-with-c...
  5. 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.... Document viewing options simplified so it’s..."page_{0}.html" ); viewer . view ( options ); final ViewInfo...

    docs.groupdocs.com/viewer/java/how-to-migrate-t...
  6. 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.... To view the complete step-by-step instructions...

    kb.groupdocs.com/search/net/perform-reverse-ima...
  7. GroupDocs.Total for Python via .NET | GroupDocs

    GroupDocs.Total for Python via .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.... Compare, view, and watermark various document...

    docs.groupdocs.com/total/python-net/
  8. Set metadata properties | GroupDocs

    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.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/set-metadata-pr...
  9. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/adding-metadata/
  10. Remove metadata properties | GroupDocs

    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.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/remove-metadata...