Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 4,800 for

text signature

(0.24 sec)
  1. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using C# programming language....Signature Product Solution GroupDocs...that any XML is first of all a text file). By default all XML files...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  2. Features Overview | GroupDocs

    Features Overview GroupDocs.Assembly for Java is an API that allows you to generate documents in popular office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & Text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, Text, image, date-time, chart elements Conditional formatting of template Text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Signature Product Solution GroupDocs...documents with custom variables & text comments within template syntax...

    docs.groupdocs.com/assembly/java/features-overv...
  3. GroupDocs.Watermark Overview | GroupDocs

    Protect and customize documents with watermarks using GroupDocs.Watermark for .NET. Add, remove, search, and manage visible or invisible watermarks in over 50 document formats including PDF, Word, Excel, PowerPoint, and images....Signature Product Solution GroupDocs...Add or Remove Watermarks Add text watermarks or image watermarks...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  4. How to Run Examples | GroupDocs

    Step-by-step guide to run GroupDocs.Parser for .NET code examples. Learn how to build projects from scratch, use GitHub examples, and set up your development environment....Signature Product Solution GroupDocs...your document { // Extract a text to the reader using ( TextReader...

    docs.groupdocs.com/parser/net/how-to-run-examples/
  5. Product Overview | GroupDocs

    Apply annotations to your documents in the form of Textual comments, explanations with highlighted notes, watermarks, polylines, Text/resource redactions and much more....Signature Product Solution GroupDocs...applications the ability to annotate text or images in files of . Annotations...

    docs.groupdocs.com/annotation/java/product-over...
  6. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Comparison can work with....Signature Product Solution GroupDocs...Template ✅ XML Spreadsheet 2003 ✅ Text and programming file formats...

    docs.groupdocs.com/comparison/python-net/suppor...
  7. GroupDocs.Comparison Product Family

    Find answers about comparing documents of similar types using code on any platform....Signature Product Family GroupDocs.Metadata...Files using C# How to Compare Text Files in C# How to Compare PDF...

    kb.groupdocs.com/comparison/
  8. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Signature Product Family GroupDocs.Metadata...using Java Redact Text in RTF using Java Redact Text in XLSX using...

    kb.groupdocs.com/categories/page/18/
  9. Use Aspose.OCR for Cloud SDK | GroupDocs

    This article explains that how to use Aspose.OCR for Cloud SDK in Java....Signature Product Solution GroupDocs...result = jToken . getString ( "text" ); return createDtoFromRespons...

    docs.groupdocs.com/redaction/java/use-aspose-oc...
  10. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Signature Product Solution GroupDocs...Parser ( stream )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...