Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 10,243 for

text

(0.15 sec)
  1. Embedded QR data | GroupDocs

    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/net/sign-document-...
  2. Hello, world! | GroupDocs

    Get started with GroupDocs.Watermark for .NET by creating and running a minimal example....C# application that appends a text watermark using the GroupDocs...class and specify the desired text and font for the watermark:...

    docs.groupdocs.com/watermark/net/hello-world/
  3. Logging | GroupDocs

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....ParserSettings ( logger ))) { // Check if text extraction is supported if (... Features . Text ) { Console . WriteLine ( "Text extraction isn't...

    docs.groupdocs.com/parser/net/logging/
  4. Extract attachments from PDF portfolios | Group...

    This article explains that how to extract attachments from PDF documents...steps to extract an attachment text from PDF Portfolios: Instantiate...example shows how to extract a text from PDF Portfolios: // Create...

    docs.groupdocs.com/parser/net/extract-attachmen...
  5. Extract Images from PDF Documents in C# using ....

    Learn how to extract images from PDF files using C# within your .NET applications. Extract images from PDF files or from any specific page using .NET API....content including formatted text, images, annotations, form fields...multiple ways of extracting the text. However, extracting images...

    blog.groupdocs.com/parser/extract-images-from-p...
  6. Verify for multiple signatures | GroupDocs

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API....sign : # Create text verification options text_verify_options...text_verify_options = TextVerifyOptions () text_verify_options . all_pages = True...

    docs.groupdocs.com/signature/python-net/verify-...
  7. Dynamic Insertion of Links to Bookmarks, Cells ...

    Document Automation (or document assembly) is widely used by organizations for their reporting services and GroupDocs.Assembly for .NET and Java APIs provide a complete package of features required to build reports dynamically. Keeping the modern trends in mind and to meet the emerging requirements of our customers, we keep introducing the new features. Recently, we have released the v19.11 of our document automation API with quite a useful set of features....[uri_or_bookmark_expression] [display_text_expression]>> The uri_or_bookmark_expression...Whereas, display_text_expression is the text to be displayed for...

    blog.groupdocs.com/assembly/net-java-document-a...
  8. Verify QR Code Signatures in Document | GroupDocs

    This topic explains how to verify QR Code electronic signatures with GroupDocs.Signature for Python via .NET API.... text = "https://www.example.com"...QrCodeVerifyOptions () options . text = "https://www.example.com"...

    docs.groupdocs.com/signature/python-net/verify-...
  9. GroupDocs.Parser 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....content including formatted text, images, annotations, form fields...multiple ways of extracting the text. However, extracting images...

    blog.groupdocs.com/categories/groupdocs.parser-...
  10. 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...