This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages.
The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings.
C#
using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This topic explains how to render DOCX to JPG using Node.js with code example. There is no need to install any extra softwares to render DOCX to JPG in Node.js....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
Convert TXT to ODT using Node.js for fast and accurate document transformation. This guide also shows the steps of how to export TXT to ODT in Node.js with ease....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
Use Java API to add text & image watermark to password-protected Word, PDF, PowerPoint, Excel files. Customize watermark appearance using GroupDocs API....Password Protected Files # GroupDocs.Watermark showcases watermarking...
The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article explains how to use extended Digital electronic signatures options and adjustment on document page....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...