Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 5,434 for

file viewer

(0.11 sec)
  1. HtmlViewOptions | GroupDocs.Viewer for .NET API...

    Contains options for rendering documents into HTML format. For details see the topichttps//docs.groupdocs.com/Viewer/net/renderingtohtml/ and its children....ArchiveOptions { get; set; } The archive files view options. CadOptions { get;...get; set; } Mail storage data files view options. Minify { get;...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  2. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional File format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain File format information advanced_usage....Viewer Product Solution GroupDocs...and extract some additional file format information. a Spreadsheet...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Control temporary files | Documentation

    By following this guide, you will learn how to control temporary Files used by GroupDocs.Viewer for Java....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Java /...

    docs.groupdocs.com/viewer/java/control-temporar...
  4. How to Run Examples | Documentation

    This article describes how to run Java Search API code examples....Viewer Product Solution GroupDocs...with code examples and sample files is hosted at Github. Run examples...

    docs.groupdocs.com/search/nodejs-java/how-to-ru...
  5. Save in original format | Documentation

    This article demonstrates that how to save File in its original format with current date as a suffix...Viewer Product Solution GroupDocs...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/python-net/save-in...
  6. How to Add Watermark to Excel Worksheets using ...

    You will find guidance on how to add watermark to excel worksheets using Java, along with working code example to insert watermark in xlsx using Java on any system....Viewer Product Family GroupDocs.Comparison...class by passing the input XLSX file path to its constructor as a...

    kb.groupdocs.com/annotation/java/how-to-add-wat...
  7. Load from a stream | Documentation

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Viewer Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  8. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to compare documents of any supported File format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Viewer Product Solution GroupDocs...compare documents of any supported file format with various options...

    docs.groupdocs.com/comparison/java/migration-no...
  9. Compare documents | Documentation

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Node.js via Java....Viewer Product Solution GroupDocs...resultPdfPath ); The output file is as follows: Compare documents...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  10. Save in original format | Documentation

    This article demonstrates that how to save File in its original format with current date as a suffix...Viewer Product Solution GroupDocs...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/net/save-in-origin...