This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for .NET API.... We value your opinion. Your feedback...
This article explains how to save document to the specified stream while using GroupDocs.Watermarks Java API.... We value your opinion. Your feedback...
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.... We value your opinion. Your feedback...
This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Node.js via Java API.... We value your opinion. Your feedback...
In this article, you will learn how to get predefined default convert options for desired target format with GroupDocs.Conversion for .NET API.... We value your opinion. Your feedback...
This article explains how to save document to the specified location while using GroupDocs. Watermarks Java API.... We value your opinion. Your feedback...
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:... We value your opinion. Your feedback...
This example demonstrates how to load a file from a stream.
advanced_usage.loading_files.LoadFromStream
// Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for .... We value your opinion. Your feedback...