Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps....Signature Product Solution GroupDocs.Assembly 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.
final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior.
Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files.
The following are the steps to read the header of an OpenType file.
Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature for Python via .NET API...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article demonstrates the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...