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 ....app conholdate.com conholdate.cloud conholdate.app containerize...
This section explains how to load document from local disk with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements:
Report must show all the clients in a bulleted list format. Report must be generated in the Text Document....app conholdate.com conholdate.cloud conholdate.app containerize...
Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Node.js via Java API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to load from stream while using GroupDocs. Watermarks API....app conholdate.com conholdate.cloud conholdate.app containerize...
This section contains articles with explanation how to sign documents with electronic signatures using .Net c#...app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to add document password for PDF, Word, Excel, PowerPoint and other file types using GroupDocs.Merger for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger API....app conholdate.com conholdate.cloud conholdate.app containerize...
GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types:
page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions.
You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for Java....app conholdate.com conholdate.cloud conholdate.app containerize...