Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 4,960 for

text signature

(0.09 sec)
  1. Add watermarks to diagram documents | GroupDocs

    Adding watermark to all pages of a particular type Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps. Load the document Create and initialize watermark object Set watermark properties Add watermark by specifying page type using setPlacementType() method of DiagramShapeWatermarkOptions Save the document Following code shows how to add watermark to a particular type of the pages....Signature Product Solution GroupDocs...loadOptions ); // Initialize text watermark TextWatermark textWatermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. Character replacement during indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all Text to lowercase characters or to remove diacritics from Text....Signature Product Solution GroupDocs...for example, to convert all text to lowercase characters or to...

    docs.groupdocs.com/search/java/character-replac...
  3. Extract barcodes from document page | GroupDocs

    This article explains that how to extract barcodes from document page....Signature Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  4. Inserting Hyperlinks Dynamically | GroupDocs

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <Text_expression]>> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value....Signature Product Solution GroupDocs...[ uri_expression ][ display_text_expression ]>> Here, uri_expression...

    docs.groupdocs.com/assembly/net/inserting-hyper...
  5. OCR support | GroupDocs

    OCR support means 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. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for Text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Signature Product Solution GroupDocs...for the recognition of printed text (optical character recognition...

    docs.groupdocs.com/search/java/ocr-support/
  6. How to Convert TXT to DOCX using Java

    This article provides instructions on how to convert TXT to DOCX using Java, complete with a code sample to export TXT to DOCX in Java on any operating system....Signature Product Family GroupDocs.Metadata...While TXT files contain plain text, DOCX files are Microsoft Word...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Convert PDF to TXT using C#

    Let's efficiently learn how to convert PDF to TXT using C# without installing extra software. The library used to export PDF to TXT using C# is platform-independent....Signature Product Family GroupDocs.Metadata...document processing, extracting text content from PDF files are a...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  8. Add Image Watermark to DOCX Using Java

    Learn how to add image watermark to DOCX using Java without extra software installation. Also, we'll supply you code to insert image watermark to DOCX in Java....Signature Product Family GroupDocs.Metadata...markers can include logos, signatures, or custom graphics, enhancing...

    kb.groupdocs.com/watermark/java/add-image-water...
  9. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs...PowerPoint presentations: Extract text from Microsoft Office PowerPoint...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Add squiggly annotation | GroupDocs

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for .NET....Signature Product Solution GroupDocs...page Squiggly annotation marks text with a squiggly styling as shown...

    docs.groupdocs.com/annotation/net/add-squiggly-...