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....the document assembler to generate report from the template:...
It is easy to convert RTF to PDF using Python for document sharing using conversion APIs. A code example is included to export RTF to PDF in Python in this topic....convert() to generate PDF output at your desired...
Learn how to convert PDF to XLSX using Python with clear steps. Effortlessly export PDF to XLSX using Python, without using any extra software on your computer....convert() method to generate and save the XLSX file. The...
Learn how to add text watermark to XLSX using Python. This tutorial shows how to embed watermark text into XLSX spreadsheets with custom font, color, and alignment....save() to generate a secure watermarked version...
You can remove text watermark from RTF using Python with a simple workflow. This guide also explains how to delete watermark in RTF using Python with ease....save() to generate a clean RTF file without any...
This article provides a guide on how to extract text from MHTML using Java, along with a sample code example for efficient text extraction from MHTML in Java....analysis, document handling, or generating automated reports. In this...
Learn how to add text watermark to PPT using Python. This tutorial shows how to embed text watermarks into PPT presentations with custom font, color, and alignment....with large sets of slides or generating presentations programmatically...
This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....); // Load the document to generate preview using ( Redactor redactor...
Compare two PDF files for differences using Java. PDF files comparison using Java code in just 3 steps with PDF Comparison Java API....doing so, a new document is generated, which displays all the detected...
This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications....safety is a complex task, so general-purpose classes are usually...; using System.Collections.Generic ; internal class ThreadSafeCache...