Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 1,077 for

view file

(0.04 sec)
  1. 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-...
  2. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source....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/net/save-a-modified...
  3. View PPT Online on GroupDocs Blog | Document Au...

    View PPT Online on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in View PPT Online on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......View PPT Online on GroupDocs Blog | Document Automation Solutions...Developers Recent content in View PPT Online on GroupDocs Blog...

    blog.groupdocs.com/id/tag/view-ppt-online/index...
  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....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/java/load-a-file-of...
  5. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Advanced Usage / Saving files / Save a modified file to a specified location...location Save a modified file to a specified location Leave feedback...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  6. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk...Advanced Usage / Saving files / Save a modified file to a specified location...location Save a modified file to a specified location Leave feedback...

    docs.groupdocs.com/metadata/net/save-a-modified...
  7. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Advanced Usage / Saving files / Save a modified file to a specified location...location Save a modified file to a specified location Leave feedback...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  8. 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-...
  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/java/save-a-modifie...
  10. Optimize the PDF file by removing unused resour...

    Optimize PDFs with GroupDocs.Viewer by removing unused resources and reducing File size....Optimize the output PDF file / Optimize the PDF file by removing unused...unused resources Optimize the PDF file by removing unused resources...

    docs.groupdocs.com/viewer/python-net/optimizati...