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

view file

(0.06 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. 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...
  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. 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-...
  7. 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-...
  8. 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...
  9. 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-...
  10. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java....Advanced Usage / Saving files / Save a modified file to the original...original source Save a modified file to the original source Leave feedback...

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