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 ....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This topic describes how to compress images in PDF file using the GroupDocs.Viewer Java API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This section explains how to load document from local disk with GroupDocs.Signature API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
GroupDocs.Metadata for Java supports any 32-bit or 64-bit operating system that run the Java runtime including...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
GroupDocs.Assembly for Python supports any 32-bit or 64-bit operating system that run the Python runtime including...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for .NET....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to disable image comparison in PDF documents as a built in feature in GroupDocs.Comparison for .NET....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax
assembler = ga.DocumentAssembler() dataSource = ga.data.XmlDataSource("datasource.xml") DataSourceInfo = ga.DataSourceInfo(dataSource) array = [DataSourceInfo] print(assembler.assemble_document(input.ppt, output.ppt, array)) DataSource XML
01LG Nexus 53505123456789qwertyu0025 The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...