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

file viewer

(0.04 sec)
  1. How to Convert Excel to PDF using Java

    This is a basic tutorial on how to convert Excel to PDF using Java. Convert documents without the use of third-party software and distribute them fast to everyone....Viewer Product Family GroupDocs.Comparison...Converter class and pass the Excel file to the constructor Instantiate...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. GroupDocs.Conversion for .NET overview | Docume...

    GroupDocs.Conversion for .NET is a powerful and intuitive library used for File conversion between a variety of supported document and image types without using third-party tools....Viewer Product Solution GroupDocs...powerful and intuitive library for file conversion between a variety...

    docs.groupdocs.com/conversion/net/product-overv...
  3. Get source and target text from files | Documen...

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Node.js via Java....Viewer Product Solution GroupDocs...text from files Get source and target text from files Leave feedback...

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  4. Introducing New Version of GroupDocs.Viewer for...

    The team GroupDocs is excitedly releasing a new version v3.0.0 of GroupDocs.Viewer for Java Modern UI. We have introduced multiple new features and improvements in this new version. We would recommend you to download this new version to explore our new and improved functionalities and provide your valuable feedback. GroupDocs.Viewer for Java Modern UI v3.0.0 includes following improvements. Ability to view email attachmentsThe user can view email attachments in Modern UI v3....Viewer for Java Modern UI. We have...valuable feedback . GroupDocs.Viewer for Java Modern UI v3.0.0 includes...

    blog.groupdocs.com/viewer/introducing-new-versi...
  5. Convert files to various formats | Documentation

    This page explains how to convert a File to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of JavaScript code....Viewer Product Solution GroupDocs...Basic usage / Convert files Convert files to various formats Leave...

    docs.groupdocs.com/conversion/nodejs-java/convert/
  6. Convert files to various formats | Documentation

    This page explains how to convert a File to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....Viewer Product Solution GroupDocs...Basic usage / Convert files Convert files to various formats Leave...

    docs.groupdocs.com/conversion/java/convert/
  7. 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...Viewer Product Solution GroupDocs...Constants . inputPath ). forEach ( file => { var metadata = new groupdocs...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  8. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop File format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/Fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop File format) from a PSD image. Load a PSD File Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Viewer Product Solution GroupDocs...information on the Photoshop file format and metadata blocks please...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Add component to the document | Documentation

    The page describes how to add components to a document using GroupDocs.Annotation API....Viewer Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  10. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Viewer Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...