This article explains how to save document to the specified stream while using GroupDocs.Watermarks Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...
In this article, you will learn how to get predefined default convert options for desired target format with GroupDocs.Conversion for .NET API....Purchase Buy Now Pricing Information Free Trials Temporary License...
This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Node.js via Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...
This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...
This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Node.js via Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...
This topic describes how to compress images in PDF file using the GroupDocs.Viewer Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...
Stamp a custom author name on Word revision markup in the comparison result using WordCompareOptions.RevisionAuthorName in GroupDocs.Comparison for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...
This article explains how to add document password for PDF, Word, Excel, PowerPoint and other file types using GroupDocs.Merger for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...
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 ....Purchase Buy Now Pricing Information Free Trials Temporary License...