Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 1,117 for

view file

(0.03 sec)
  1. Specify file type when loading a document | Doc...

    This article explains how to specify the File type when loading a document with GroupDocs.Viewer within your Java applications....Specify file type when loading a document Specify file type when...feedback You can specify the file type using . The following code...

    docs.groupdocs.com/viewer/java/specify-file-typ...
  2. Optimize a PDF file for a browser | Documentation

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Java API for web browser or to reduce size....Optimize the output PDF file / Optimize a PDF file for a browser Optimize...Optimize a PDF file for a browser Leave feedback On this page This...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  3. Check if a file is encrypted | Documentation

    This article explains how to check if a File is encrypted using .NET / C# with GroupDocs.Viewer for .NET..../ Check if a file is encrypted Check if a file is encrypted Leave...authorized people to open the file. So, only those who have an...

    docs.groupdocs.com/viewer/net/how-to-check-if-f...
  4. 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<FileType> 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....Get supported file formats Get supported file formats Leave feedback...to obtain a list of supported file types. An example of obtaining...

    docs.groupdocs.com/metadata/java/get-supported-...
  5. Save a modified file to a stream | Documentation

    This article shows how to save a File to the specified stream...Advanced Usage / Saving files / Save a modified file to a stream Save...Save a modified file to a stream Leave feedback This example shows...

    docs.groupdocs.com/metadata/net/save-a-modified...
  6. Save a modified file to a stream | Documentation

    This article shows how to save a File to the specified stream in Java...Advanced Usage / Saving files / Save a modified file to a stream Save...Save a modified file to a stream Leave feedback This example shows...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  7. Load a file of a specific format | Documentation

    This example demonstrates how to load a File of some particular format....Loading files / Load a file of a specific format Load a file of a...example demonstrates how to load a file of some particular format. AdvancedUsage...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  8. Render OTS and WebP File Formats with GroupDocs...

    We’ve been delighted to see the response that we received from the users since we released next generation GroupDocs.Viewer for .NET. Therefore, we always keep improving the API and adding more attractive features to it and today, we are much excited to release GroupDocs.Viewer for .NET 16.12.0. With this latest release of the year, users will be able to render and View OTS and WebP File formats. This release also contains some important bug fixes and improvements....able to render and view OTS and WebP file formats. This release...have added support of following file formats in the latest version...

    blog.groupdocs.com/viewer/render-ots-webp-with-...
  9. 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 JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } 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. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Loading files / Load a file of a specific format Load a file of a...example demonstrates how to load a file of some particular format. advanced_usage...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  10. Save a modified file to a stream | Documentation

    This article shows how to save a File to the specified stream in Java...Advanced Usage / Saving files / Save a modified file to a stream Save...Save a modified file to a stream Leave feedback This example shows...

    docs.groupdocs.com/metadata/java/save-a-modifie...