This article describes the detailed procedure to convert Outlook Email to PDF using Java and demonstrates the working of the Java EML to PDF converter functionality....This article describes the detailed procedure to convert Outlook Email to PDF using Java and demonstrates the working of the Java EML to PDF converter functionality.
This article is here to assist you to add image signature to RTF using C#. Additionally, we will furnish you with a code example to insert image signature into RTF using C#....This article is here to assist you to add image signature to RTF using C#. Additionally, we will furnish you with a code example to insert image signature into RTF using C#.
Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API....Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API.
This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Node.js....This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Node.js.
Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images.
The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes).
Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments
using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images.
The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes).
Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments
using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage<Jpeg2000RootPackage>(); if (root.
This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET.
Control image size in PDF output: set width, height, or maximum dimensions....Control image size in PDF output: set width, height, or maximum dimensions.
Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated....Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated.
Note This feature is supported by version 18.2 or greater. Working with Email Messages GroupDocs.Assembly allows you to use data bands in table rows in Email Messages with HTML and RTF bodies. A table-row data band is a data band whose body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Note This feature is supported by version 18.2 or greater. Working with Email Messages GroupDocs.Assembly allows you to use data bands in table rows in Email Messages with HTML and RTF bodies. A table-row data band is a data band whose body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows.
Note This feature is supported by version 20.3 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....Note This feature is supported by version 20.3 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.
<<bookmark [bookmark_expression]>> bookmarked_content <</bookmark>> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time.