Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Node.js via Java API....Search Product Solution GroupDocs.Parser 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....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Learn this article and check how to load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for Java API....Search Product Solution GroupDocs.Parser 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...Search Product Solution GroupDocs.Parser 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 in Java....Search Product Solution GroupDocs.Parser 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....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...