This article explains how to save document to the specified stream while using GroupDocs.Watermarks Java 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 section explains how to load document from local disk with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
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 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...
This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Node.js via Java API....app conholdate.com conholdate.cloud conholdate.app containerize...
Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for Node.js via Java API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Node.js via Java API....app conholdate.com conholdate.cloud conholdate.app containerize...
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:...app conholdate.com conholdate.cloud conholdate.app containerize...