Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 10,749 for

text

(0.08 sec)
  1. Loading specific file formats | GroupDocs

    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.... Markup ))) { // Check if text extraction is supported if (...{ System . out . println ( "Text extraction isn't supported."...

    docs.groupdocs.com/parser/java/loading-specific...
  2. eSign document with Stamp signature | GroupDocs

    This article explains how to sign a document electronically with generated Stamp signatures by GroupDocs.Signature API....multiple “stamp lines” with custom text and different line thicknesses...around the stamp with their own text, border settings, background...

    docs.groupdocs.com/signature/net/esign-document...
  3. Search for Barcode e-Signatures | GroupDocs

    This article explains how to search for barcode electronic signatures within document pages using GroupDocs.Signature for Python via .NET API...print ( f "Barcode text: { barcode_signature . text } " ) print (...print ( f "Barcode text: { barcode_signature . text } " ) print (...

    docs.groupdocs.com/signature/python-net/search-...
  4. GroupDocs.Assembly Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....latest version, you can change text **background color **dynamically...version, you can now change text **background color **dynamically...

    blog.groupdocs.com/categories/groupdocs.assembl...
  5. Convert PPTX to TXT using Node.js

    Learn how to convert PPTX to TXT using Node.js for efficient document processing. This guide helps you export PPTX to TXT in Node.js with a step-by-step approach....js for use in text-based processing, search indexing...PowerPoint resentations into plain text format Add the groupdocs.conversion...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  6. Convert PPTX to RTF using Node.js

    Explore how to convert PPTX to RTF using Node.js for easy document handling. Our guide shows how to export PPTX to RTF in Node.js, streamlining your workflow....format is RTF, which offers rich text features with wide compatibility...PowerPoint presentations into rich text files using a Java-backed Node...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  7. Convert TXT to MD using Node.js

    Effortlessly convert TXT to MD using Node.js for clean Markdown output. Learn how to export TXT to MD in Node.js with fast, flexible file conversion tools....backend systems, converting plain text into structured Markdown format...The Markdown result preserves text structure and can be easily...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  8. Convert TXT to RTF using Node.js

    Learn how to convert TXT to RTF using Node.js with GroupDocs.Conversion. Follow this guide to easily export TXT to RTF in Node.js for enhanced document handling....js Plain text (TXT) files are commonly used...structured format like RTF (Rich Text Format). RTF files are recognized...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  9. e-Sign Documents in .NET & Java Applications – ...

    Share this issue: Monthly Newsletter February 2019 Fast, Accurate and Secure e-Signature APIs for .NET & Java Applications Digitally sign important business documents at individual and enterprise level GroupDocs.Signature offers .NET and Java APIs to e-sign documents, configure and manipulate various types of digital signatures and certificates. Programmers can easily add advanced signature types including; Text, image, barcode, QR code, stamp and metadata to a variety of business file formats like Word, Excel, PowerPoint, PDF, Text and images....advanced signature types including; text, image, barcode, QR code, stamp...Word, Excel, PowerPoint, PDF, Text and images. Product News Add...

    blog.groupdocs.com/total/digitally-sign-documen...
  10. sign_pdf_with_text_signature.zip

    demo-app/hello_world.py import groupdocs.signature as gs import groupdocs.signature.options as gso import sys import os def run(): license = gs.License() license.set_license("./GroupDocs.Signature.......file_name) # Sign document with text signature. with gs.Signature(sample_pdf)...Signature(sample_pdf) as signature: text_sign_options = gso.TextSignOptions("Hello...

    docs.groupdocs.com/signature/python-net/_sample...