Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 10,680 for

text

(0.14 sec)
  1. Update Text signatures in document | GroupDocs

    This article explains how to update Text electronic signatures with GroupDocs.Signature API....signatures in documents / ✎ Text Update Text signatures in document...provides class to manipulate text signatures location, size and...

    docs.groupdocs.com/signature/java/update-text-s...
  2. Common List Image in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show multiple managers’ picture and name. Report must be generated in the Text Document format. Adding Syntax to be evaluated by GroupDocs....List Image in Text Document Common List Image in Text Document Leave...generate a Common List report in Text Document format. Note The code...

    docs.groupdocs.com/assembly/java/common-list-im...
  3. Common Master-Detail in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document format. Common Master-Detail in Text Document Note This feature is supported by version 17.3.0 or greater. Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements: It must associate the customers with their products Report must be generated in the HTML Document Adding Syntax to be evaluated by GroupDocs....Master-Detail in Text Document Common Master-Detail in Text Document...report in Text Document format. Common Master-Detail in Text Document...

    docs.groupdocs.com/assembly/net/common-master-d...
  4. Sign documents with encrypted QR-code text | Gr...

    This article explains how to create encrypted QR-code electronic signature with GroupDocs.Signature API...Encrypted QR Text Sign documents with encrypted QR-code text Leave feedback...to secure QR-code signature text with standard or custom encryption...

    docs.groupdocs.com/signature/net/sign-documents...
  5. Extract a text from images and PDFs | GroupDocs

    This article explains how to extract a Text from images and PDFs...extract a text from images and PDFs / Extract a text from images...images and PDFs Extract a text from images and PDFs Leave feedback...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. Add text watermarks | GroupDocs

    This article explains how to add Text watermark when rendering documents with GroupDocs.Viewer within your .NET applications....Render documents / Add text watermarks Add text watermarks Leave feedback...

    docs.groupdocs.com/viewer/net/add-text-watermark/
  7. Extract text by table of contents item | GroupDocs

    Learn how to extract Text by specific table of contents items using GroupDocs.Parser for .NET. Extract chapter content from Word documents, PDFs, and eBooks by TOC item in C#....usage / Working with text / Extract text by table of contents...contents item Extract text by table of contents item Leave feedback On...

    docs.groupdocs.com/parser/net/extract-text-by-t...
  8. Extract Text from Markdown Files using C# | Mar...

    Extract Text from Markdown Files using C#. Parser the mardown files within .NET applications using document parser API by GroupDocs....have a requirement to get the text extracted from various kinds...learn how to parse and extract text from Markdown files using C#...

    blog.groupdocs.com/parser/extract-text-from-mar...
  9. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add Text watermarks to documents which may consists of pages, worksheets, slides or frames....Adding watermarks / Text watermarks Adding text watermarks Leave...feedback On this page Utilizing text watermarks is a savvy strategy...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  10. Adding text watermarks | GroupDocs

    Following code snippet shows how to add Text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_Text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....watermarks / Adding text watermarks Adding text watermarks Leave...code snippet shows how to add text watermark to a document. If...

    docs.groupdocs.com/watermark/java/adding-text-w...