Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 7,891 for

text

(0.11 sec)
  1. SearchSettings | Documentation

    SearchSettings data structure used as input parameters of Search API method. SearchSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "123", "BarcodeType": "Code128", "MatchType": "Contains" } ] } SearchSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....: "Barcode" , "Page" : 1 , "Text" : "123" , "BarcodeType" : "Code128"...

    docs.groupdocs.cloud/signature/searchsettings/
  2. Insert Watermark in Excel File in Java using RE...

    Learn how to insert watermark in Excel files using the Excel watermarking REST API and Java SDK. Enhance document security & branding with GroupDocs.Watermark.... Then, define text watermark details (text, font, size). Next...

    blog.groupdocs.cloud/watermark/how-to-add-water...
  3. Python Display JSON Data in HTML Page | HTML Re...

    Generate dynamic Python reports with JSON data using GroupDocs.Assembly Cloud API. Display JSON data on HTML pages with charts, tables, and more for engaging content. A step-by-step guide with samples....documents, spreadsheets, or text format is crucial for developers...documents, spreadsheets, or text files. Furthermore, you can...

    blog.groupdocs.cloud/assembly/display-json-data...
  4. Convert XML to PDF in Python using REST API

    Convert XML to PDF file fast online using GroupDocs.Conversion Cloud REST API. This article is about how to convert XML to PDF in Python using REST API.... JPG/JPEG, PNG, TIFF, HTML, text, and vice versa. Is PDF converter...Images in Node.js How to Convert TEXT file to PDF Online in Node.js...

    blog.groupdocs.cloud/conversion/convert-xml-to-...
  5. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object { "layoutNames": ["Floor1", "Floor3"] } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv Properties Description format The format of input file, (“docx”, for example)....hasFormula Indicates whether text is formula if it starts with...email message field and field text representation PreserveOriginalDate...

    docs.groupdocs.cloud/conversion/loadoptions/
  6. Working with Lists | Documentation

    How-to dynamically generate items within different types of lists and specify their options using GroupDocs Assembly Cloud....increase the readability of text by arranging and formatting...items are embedded into the text of a paragraph. You can generate...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  7. Search for multiple signatures | Documentation

    Sometimes you may want to search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching documents for different signature types in an easy and intuitive way. In common words the idea is to pass collection of desired signature types to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual...."barcodeType" : "Code128" , "text" : "123456789012" , "format"... MatchTypeEnum . Contains , Text = "123456789012" , BarcodeType...

    docs.groupdocs.cloud/signature/search-for-multi...
  8. GroupDocs.Merger Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....js and combine text files programmatically. This...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  9. Convert Markdown .md file to HTML using Java

    Converts Markdown plain Text to HTML using Markdown markup language to HTML APIs. This article is about how to convert Markdown to HTML in Java using REST API....API that keeps the original text format and layouts of your documents...section, you can convert Markdown text to HTML file using some advanced...

    blog.groupdocs.cloud/conversion/convert-markdow...
  10. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "Text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/deleteresult/