Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. Support Simple and Standalone Data Sources The API provides support for standalone and specific data sources for various types of data like JSON, XML etc. The support is available for XML, JSON, and CSV data sources so far.
Articles in this section... We value your opinion. Your feedback...
GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template:
Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)... We value your opinion. Your feedback...
Basic usage examples for GroupDocs.Parser for .NET. Learn how to extract text, metadata, images, table of contents, and parse data from documents in C#.... We value your opinion. Your feedback...
A .NET API for adding watermarks to the documents of different file formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools.... We value your opinion. Your feedback...
Install using NPM All Java packages are hosted at NPM. You can easily reference GroupDocs.Watermark for Node.js via Java API directly in your Node.js project by installing it with the following command.
npm install @groupdocs/groupdocs.watermark... We value your opinion. Your feedback...
Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger.... We value your opinion. Your feedback...
This article explains how to obtain supported file formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your .NET applications.... We value your opinion. Your feedback...
This section describes GroupDocs.Merger for Java supported image types. The Library supports JPEG, GIF, TIFF and many more.... We value your opinion. Your feedback...
Learn about advanced GroupDocs.Watermark usage. Please find advanced details how to customize your watermarks, search, modify and remove existing watermarks.
Articles in this section Adding watermarks More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Watermark for Python via .NET examples GroupDocs.Watermark for .NET examples GroupDocs.Watermark for Java examples Free online document watermarking App Along with a full-featured .... We value your opinion. Your feedback...
This article explains how to add document password for PDF, Word, Excel, PowerPoint and other file types using GroupDocs.Merger for .NET.... We value your opinion. Your feedback...