This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This page explains the life cycle of an index which begins at the moment of creating an instance of the Index class and first saving the index files to disk...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article gives the knowledge of the API methods which can be used to perform operations about Character replacements....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article gives the knowledge about the ability to perform search by chunks using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Learn how to merge GIF image files, combine GIF image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
GroupDocs.Watermar API supports adding the following image file types as image watermark:
Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them.
advanced_usage.adding_image_watermarks.AddImageWatermark
// Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...