Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 10,281 for

text

(0.47 sec)
  1. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if Text extraction is supported if (!...( password ))) { // Check if text extraction is supported if (...{ System . out . println ( "Text extraction isn't supported."...

    docs.groupdocs.com/parser/java/password-protect...
  2. Generate Barcode in C# | Add Barcodes to Docume...

    C# barcode generator to electronically sign documents & Images by attaching created barcodes to Word, Excel, PDF, PNG, JPG, WebP files....signatures like QR Codes, barcodes, text, image, metadata, digital signatures...generated with the customized text, appearance, and different encoding...

    blog.groupdocs.com/signature/barcode-generator-...
  3. Convert TXT to MHTML using Node.js

    You can easily convert TXT to MHTML using Node.js with powerful conversion library. This allows you to export TXT to MHTML in Node.js quickly and reliably....often a need to convert raw text files into browser-compatible...deliver rich output from simple text sources. If your project demands...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  4. Sign document with embedded and encrypted data ...

    This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption....QR-code signature encrypted text or embed custom data objects...to encrypt QR-code signature text ability to embed standard QR-code...

    docs.groupdocs.com/signature/java/sign-embed-an...
  5. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....note that the number in the text must not be separated by spaces...the numeric range search in text and object forms. const indexFolder...

    docs.groupdocs.com/search/nodejs-java/numeric-r...
  6. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Image Metadata QR-code Stamp Text Bitmap Picture (BMP) CorelDraw...Template OpenDocument Text OpenDocument Text Template Was this page...

    docs.groupdocs.com/signature/net/supported-docu...
  7. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....); } Sign PDF document with Text signature Sticker appearance...This example shows how to add Text signature to Pdf document with...

    docs.groupdocs.com/signature/net/sign-documents...
  8. AI Watermarking: Protect Documents with Context...

    Discover how to protect documents with AI-powered watermarks using GroupDocs.Watermark. Learn to add, create, and customize watermarks automatically for enhanced document security and content protection....watermarking isn’t just about slapping text on files anymore. It’s about...having to think up watermark text for every single document type...

    blog.groupdocs.com/watermark/ai-driven-dynamic-...
  9. Field Management in GroupDocs.Editor for Node.j...

    This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java....programmatically, including text fields, checkboxes, dropdowns...getStatusText() : Gets or sets the status text associated with the form field...

    docs.groupdocs.com/editor/nodejs-java/form-fiel...
  10. Add watermarks to presentation documents | Grou...

    Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide....pptx" , loadOptions ); // Add text watermark to the first slide...strengthening the protection of text watermark. Using unreadable...

    docs.groupdocs.com/watermark/java/add-watermark...