Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 27,429 for

text

(0.05 sec)
  1. Adding text watermarks | Documentation

    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...Leave feedback Utilizing text watermarks is a savvy strategy to safeguard...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  2. Strike through Text in Java

    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....article shows how to strikethrough text in documents in Java....

    blog.groupdocs.com/tag/strike-through-text-in-j...
  3. Bulleted List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show all the clients in a bulleted list format. Report must be generated in the Text Document....Bulleted List in Text Document Bulleted List in Text Document Leave...generate a Bulleted List report in Text Document format. Note The code...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  4. Delete Text signatures from documents | Documen...

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API....signatures from documents / ✖ Text Delete Text signatures from documents...provides class to manipulate text signatures and delete them from...

    docs.groupdocs.com/signature/net/delete-text-si...
  5. Delete Text signatures from documents | Documen...

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API....signatures from documents / ✖ Text Delete Text signatures from documents...provides class to manipulate text signatures and them from the...

    docs.groupdocs.com/signature/java/delete-text-s...
  6. Cross out Text in CSharp

    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....article shows how to strikethrough text in documents using C# ....

    blog.groupdocs.com/tag/cross-out-text-in-csharp/
  7. Extract formatted text from document page | Doc...

    This article explains that how to extract formatted Text from document page....Working with text / Working with formatted text / Extract formatted...formatted text from document page Extract formatted text from document...

    docs.groupdocs.com/parser/java/extract-formatte...
  8. Single Row in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row report in Text Document format. Single Row in Text Document Note This feature is supported by version 17.03 or greater. Reporting Requirement As a report developer, you are required to represent information of first single customer with the following key requirements: It must show Name and Contact Number of the customer Report must be generated in the Text Document Adding Syntax to be evaluated by GroupDocs....Single Row in Text Document Single Row in Text Document Leave...report in Text Document format. Single Row in Text Document Note...

    docs.groupdocs.com/assembly/net/single-row-in-t...
  9. Documents & Text Classification in Cloud | cURL...

    REST API to classify raw Text from PDF, Microsoft Word, OpenDocument & rich Text documents via cURL commands as per IAB-2 taxonomy....Classification cURL Text & Document Classification with...with cURL Classify raw text and documents as per IAB-2, Documents...

    products.groupdocs.cloud/classification/curl/
  10. Adding text watermarks | Documentation

    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...