Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 5,005 for

text signature

(0.07 sec)
  1. Searching watermarks | GroupDocs

    Find possible Text and image watermarks using Python via .NET, with powerful criteria....Signature Product Solution GroupDocs...image_data )) print ( "Text" , wm . text ) print ( "X" , wm . x...

    docs.groupdocs.com/watermark/python-net/searchi...
  2. Supported file formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, DOTX, ODT, OTT, RTF, XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM, XLAM, CSV, TSV, ODS, OTS, FODS, SXC, NUMBERS, PDF, EPUB, AZW3, MOBI, TXT, XML, CHM...Signature Product Solution GroupDocs...OpenDocument Text Document ✅ OpenDocument Text Template ✅ Rich Text Format...

    docs.groupdocs.com/markdown/net/supported-file-...
  3. 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/nodejs-java/character...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...have extended the support of text analysis API for spreadsheets...spreadsheets, presentations and text documents. Furthermore, the latest...

    blog.groupdocs.com/groupdocs.blog/page/54/
  5. GroupDocs Newsletter February 2018 – Document M...

    Share this issue: Monthly Newsletter February 2018 .NET Document Viewer APIs for C#, WPF and ASPdotNET Applications Render PDF, Word, Excel, Outlook, HTML and Image formats within GroupDocs.Viewer for .NET is a powerful file viewer API for rendering over 50 documents and image file formats within .NET applications. It rasterizes documents and images both, renders Text and converts them to SVG + HTML + CSS – offering a high-fidelity true-Text, native document rendering....documents and images both, renders text and converts them to SVG + HTML...offering a high-fidelity true-text, native document rendering....

    blog.groupdocs.com/total/groupdocs-newsletter-f...
  6. Font extraction options | GroupDocs

    Learn how to extract fonts from input Word documents when editing with GroupDocs.Editor API for Node.js....Signature Product Solution GroupDocs...DOCX or ODT, typically contain text content formatted with various...

    docs.groupdocs.com/editor/nodejs-java/font-extr...
  7. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Signature Product Solution GroupDocs...Parser ( stream )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...
  8. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email Text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a Text....Signature Product Solution GroupDocs...the steps to extract an email text from email attachments: Instantiate...

    docs.groupdocs.com/parser/java/extract-attachme...
  9. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...Id: { change . id } , Text: { change . text } " ) 🔹 Use case: Build...

    docs.groupdocs.com/comparison/python-net/get-li...
  10. Phrase search | GroupDocs

    This article gives the knowledge about phrase search definition as well as a phrase search description....Signature Product Solution GroupDocs...words in the text of indexed documents. In text form, the following...

    docs.groupdocs.com/search/net/phrase-search/