This section will describe typical problems with merging files and ways to solve them using GroupDocs.Merger for .NET library...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a Common List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Common List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements:
A report must show multiple customers’ picture and name....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Word Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
The Bubble Chart As per wikipedia, a Bubble Chart can be described as:
A bubble chart is a type of chart that displays three dimensions of data. Each entity with its triplet (v1, v2, v3) of associated data is plotted as a disk that expresses two of the vi values through the disk’s xy location and the third through its size. Bubble charts can facilitate the understanding of social, economical, medical, and other scientific relationships....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This sections contains explanation about various electronic signature visual appearances on document page....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
API to annotate text or images in your documents using C#. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
GroupDocs.Compairson for Java developer documentation. Learn how to diff docx, pptx, and pdf files using Java....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This example demonstrates how to load a password-protected document.
advanced_usage.loading_files.LoadPasswordProtectedDocument
JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } 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:...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in HEIF/HEIC images. For more details please refer to the following guide: Working with XMP metadata.
Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in HEIF/HEIC images. Please find appropriate code samples in the Working with EXIF metadata section.
More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...