Note This feature is supported by version 20.1 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing Documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows.
<> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....Assembly Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...
Learn how to merge images to PDF file, combine images into one PDF file programmatically in Java language using GroupDocs.Merger for Java library....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...
This article explains how to obtain supported file formats list when parsing Documents with GroupDocs.Parser within your Python applications....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...
Learn how to minify HTML and CSS when rendering of Documents into HTML and make your HTML Documents load faster with GroupDocs.Viewer....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...
This article describes the main functions of GroupDocs.Comparison for Java. Comparing files, Accepting or rejecting changes between Documents, receiving information from a Document and creating a summary report...Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...
Adjust JPEG images quality when rendering Documents to PDF with GroupDocs.Viewer for Java...Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...
This article explains how to load custom fonts PDF, Word, Excel, PowerPoint Documents when using GroupDocs.Comparison for .NET....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...
Team GroupDocs is really glad to announce the release of version 17.11 of the GroupDocs.Assembly for .NET API. You can now insert images and barcodes in email formats and remove selective chart series dynamically. Furthermore, new identifiers for barcodes are introduced in this new release. For a better experience with the API, we recommend you to download the latest release and try out the new features introduced in GroupDocs.Assembly for ....Assembly for .NET API. You can now...introduced in GroupDocs.Assembly for .NET. Document Generation API for...
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 ....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
This article shows how to save a file to the specified stream using GroupDocs.Metadata for Python via .NET....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...