This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....Signature Product Solution GroupDocs...words in the text of indexed documents. In text form, the following...
In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Parser examples, by building your own or using our back-end examples out-of-the-box....Signature Product Solution GroupDocs...run_examples.py file in your favorite text editor. Uncomment examples you...
This article explains document formats and format families supported by GroupDocs.Editor for .NET and how to operate them in .NET code....Signature Product Solution GroupDocs...also known as delimited text, that are text-based form of spreadsheets...
Easily search special characters in documents using C#. Enhance accuracy and relevance in Text search with special characters in C# across multiple platforms....Signature Product Family GroupDocs.Metadata...C# . It allows you to perform text searches that include symbols...
Add repeated (tiled) Text or image watermarks with spacing, rotation, and patterns using Python via .NET....Signature Product Solution GroupDocs...entire pages with a pattern of text or images. You can control spacing...
In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API....Signature Product Solution GroupDocs...of the watermark, such as its text, size, color, position, and...
Get started with GroupDocs.Watermark for .NET by creating and running a minimal example....Signature Product Solution GroupDocs...C# application that appends a text watermark using the GroupDocs...
Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Inserting Barcodes Dynamically You can insert barcode images to your documents dynamically using barcode tags. To declare a dynamically inserted barcode image within your template, perform the following steps:
Add a Textbox to your template at the place where you want a barcode image to be inserted. Set common image attributes such as size, rotation angle, and others for the Textbox, making the Textbox look like a barcode image without bars and Text....Signature Product Solution GroupDocs...barcode image without bars and text. Specify a barcode tag within...
In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually:
Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document.
Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Signature Product Solution GroupDocs...FileFormat . Markup ))) { // Check if text extraction is supported if (...