Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 1,513 for

view document

(0.04 sec)
  1. Find Answers and Code About GroupDocs APIs! - G...

    Find answers about file formats processing in code. Knowledge base of all file format manipulation examples in .NET C# and Java....Product Family Find answers to view, render, annotate, convert,...e-sign, compare and assemble documents in .NET and Java languages...

    kb.groupdocs.com/
  2. Subset fonts | Documentation

    Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  3. Working with TORRENT files | Documentation

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-to...
  4. Set image resolution | Documentation

    Reduce PDF image resolution by adjusting compression and resizing options within the GroupDocs.Viewer API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  5. Working with CAD metadata | Documentation

    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()); // ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/working-with-c...
  6. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET search engine...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...UNKNOWN and metadata . get_document_info () . is_encrypted !=...

    docs.groupdocs.com/metadata/python-net/adding-m...
  7. Install GroupDocs.Total for Java | Documentation

    This topic describes how to install GroupDocs.Total for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Total Product..."formatting.docx" ); total . view ( HtmlViewOptions . forEmbeddedResources...

    docs.groupdocs.com/total/java/installation/
  8. Updating metadata | Documentation

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/nodejs-java/updatin...
  9. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-zi...
  10. 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.... and separate images Add documents to the index folder with the...result count, and a search document filter Create a reference...

    kb.groupdocs.com/search/net/perform-reverse-ima...