Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 4,672 for

text signature

(0.03 sec)
  1. Adding a Watermark to Converted Documents | Doc...

    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...

    docs.groupdocs.com/conversion/java/add-watermark/
  2. GroupDocs.Conversion for Java

    Find answers about converting documents and images of various types using Java code on any platform....Signature Product Family GroupDocs.Metadata...to Convert Word Document to Text in Java How to Convert HTML...

    kb.groupdocs.com/conversion/java/page/5/
  3. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for .NET. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format....Signature Product Solution GroupDocs...Apple’s Email Message Format Plain Text Word Processing Markup Language...

    docs.groupdocs.com/assembly/net/supported-docum...
  4. Barcodes Syntax and Properties | Documentation

    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...

    docs.groupdocs.com/assembly/java/barcodes-synta...
  5. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....Signature Product Solution GroupDocs...the plain text body content . setBody ( "Test plain text body" );...

    docs.groupdocs.com/watermark/java/email-messages/
  6. Extract attachments from PDF portfolios | Docum...

    This article explains that how to extract attachments from PDF documents...Signature Product Solution GroupDocs...steps to extract an attachment text from PDF Portfolios: Instantiate...

    docs.groupdocs.com/parser/net/extract-attachmen...
  7. Logging | Documentation

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....Signature Product Solution GroupDocs...ParserSettings ( logger ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/net/logging/
  8. Convert MSG to TXT using Node.js

    Convert MSG to TXT using Node.js with a simple example. Learn how to export MSG to TXT in Node.js using a flexible document conversion library for developers....Signature Product Family GroupDocs.Metadata...converting them to readable text can streamline processing and...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  9. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...Signature Product Solution GroupDocs...and corrects text orientation before detecting text. // Assemble...

    docs.groupdocs.com/redaction/net/use-microsoft-...
  10. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a Text into the reader try (TextReader reader = parser.getText()) { // Print a Text from the document // If Text extraction isn't supported, a reader is null System....Signature Product Solution GroupDocs...( filePath )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...