Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 1,480 for

view document

(0.14 sec)
  1. Metadata Scrubbing - Online and Programmatic Ap...

    Discover the online and programmatic way to remove or clean the metadata properties of Documents and images....metadata properties within our documents? We have various options to...start with, let’s clean the documents from the unnecessary metadata...

    blog.groupdocs.com/metadata/metadata-scrubber/
  2. Work with Search Results using C#

    Learn how to work with search results using C# efficiently. Discover method to retrieve search results in C# and manage search reports for optimized performance....cornerstone of any robust document retrieval system, and understanding...the Index.Add method to add documents from the specified folder...

    kb.groupdocs.com/search/net/work-with-search-re...
  3. 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...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...NET / Developer Guide / Edit document / Edit Excel Workbook / Generating...

    docs.groupdocs.com/editor/net/generating-worksh...
  4. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  5. Set custom fonts | Documentation

    This article explains how to set custom fonts when rendering Documents with GroupDocs.Viewer within your Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Set custom fonts Set custom...

    docs.groupdocs.com/viewer/java/set-custom-fonts/
  6. Generating Page Preview for WordProcessing Docu...

    Learn how to generate a preView for any page of an existing WordProcessing Document in SVG format using GroupDocs.Editor for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit Document / Edit Word Document / Generating Page...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  7. Extracting metadata | Documentation

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  8. Updating metadata | Documentation

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

    docs.groupdocs.com/metadata/net/updating-metadata/
  9. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF Document The following sample of code will help you to detect the PDF version a loaded Document and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property defined in the DocumentRootPackage class....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...formats / Documents / Working with metadata in PDF documents Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Generating slides preview for presentation | Do...

    This article describes how to generate a preView for any slide for the existing PowerPoint presentation in SVG format...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Java / Developer Guide / Edit document / Edit PowerPoint Presentations...

    docs.groupdocs.com/editor/java/generating-slide...