Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 1,811 for

view

(0.04 sec)
  1. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/exporting-metad...
  3. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/exporting-meta...
  4. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  5. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing.... view ( options ); } Was this page...

    docs.groupdocs.com/viewer/java/how-to-optimize-...
  6. InstanceID: using multiple simultaneous instanc...

    Two months ago we presented a new feature called InstanceID in GroupDocs.Viewer for .NET for the first time. In short, InstanceID allows you to configure several simultaneous instances of GroupDocs.Viewer associated with different independent root storage paths. Since that time, we’ve received a lot of feedback on the feature and this time would like to clarify how you can benefit from InstqanceID and how to configure it correctly in more details....storage, select documents and view them using the viewer. The file...

    blog.groupdocs.com/viewer/instanceid-using-mult...
  7. Strikeout Option and PNG, BMP Formats - introdu...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.5.0 API with Three new features like adding Strikeout option for deleted/style change in words format, also adding support for PNG, JPG and BMP file formats.This monthly release is adding Six improvements like “Improve comparison of Text & Imaging formats” and ” Add styles change detection for Comparison.Imaging (height, width)” along with fixes. Detailed information is listed below.... view the website...

    blog.groupdocs.com/comparison/strikeout-option-...
  8. Reduce image quality | Documentation

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API.... view ( viewOptions ) The following...

    docs.groupdocs.com/viewer/python-net/optimizati...
  9. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications.... view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  10. Adjust the JPEG image quality | Documentation

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs.... view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/image-viewer-adj...