Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 9,837 for

text

(0.12 sec)
  1. Search for QR-code signatures | Documentation

    When you search for electronic signatures of QR-Code type inside document with GroupDocs.Signature Cloud it’s only needed to pass search options 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. Swagger UI lets you call this REST API directly from the browser....{ "qrCodeType" : "Aztec" , "text" : "GroupDocs.Signature Cloud"... MatchTypeEnum . Contains , Text = "GroupDocs.Signature Cloud"...

    docs.groupdocs.cloud/signature/search-for-qr-co...
  2. Markdown to HTML | Free Markdown Converter Onli...

    Learn how to convert your MD files to HTML with a free online Markdown converter....serves as a fantastic plain text format for writing and organizing...

    blog.groupdocs.cloud/conversion/generate-html-f...
  3. Fetching file translations | Documentation

    How to fetch the translated file from the GroupDocs.Translation Cloud queue....ID within 24 hours after the text was sent for translation. Property...

    docs.groupdocs.cloud/translation/file/fetch/
  4. Supported Document Formats | Documentation

    The following table contains a full list of file formats that are currently supported by GroupDocs.Metadata Cloud. Format Description Load Save Remarks DOC Microsoft Word 97 - 2007 Document. ✔ ✔ *.doc versions starting from Microsoft Word 95 DOT Microsoft Word 97 - 2007 Template. ✔ ✔ DOCX Office Open XML WordprocessingML Document (macro-free). ✔ ✔ DOCM Office Open XML WordprocessingML Macro-Enabled Document. ✔ ✔ DOTX Office Open XML WordprocessingML Template (macro-free)....Email Message Format ✔ ✔ ODF Text Document. ✔ ✔ Saves the document...

    docs.groupdocs.cloud/metadata/supported-documen...
  5. C# Merge PDF Files into One - C# File Merger

    Learn how to merge PDF files in C# using the GroupDocs.Merger Cloud SDK for .Net. Step-by-step guide for seamless PDF merging in your C# applications....below: Java DOM Parser - Extract Text from XML Documents in Java Extract...Java Document Parsing – Extract Text from PDF File in Java...

    blog.groupdocs.cloud/merger/how-to-merge-pdf-fi...
  6. 全新GroupDocs.Signature Cloud V2!

    簽名 REST API,用於應用、驗證和搜索各種文件格式的電子簽名。支持多種電子簽名..."SignatureImplementat": "TextStamp","Text": "John Smith","Width": 100...true, "PageNumbers": [1] }, "Text": "John Smith", "BarcodeType":...

    blog.groupdocs.cloud/zh-hant/signature/all-new-...
  7. Search for Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides an easy and straightforward way to find all Barcode signatures that are present in a document 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. Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in the CLIENT_ID and CLIENT_SECRET environment variables...."barcodeType" : "Code128" , "text" : "123456789012" , "format"... MatchTypeEnum . Contains , Text = "123456789012" , BarcodeType...

    docs.groupdocs.cloud/signature/search-for-barco...
  8. CSV to JSON Converter | Convert CSV to JSON Online

    Discover the art of transforming CSV to JSON using an accessible online converter, free of charge.... CSV stores tabular data in text files with comma-separated values...

    blog.groupdocs.cloud/conversion/csv-to-json-con...
  9. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Supports sign variety of document formats with different signature types like Text Signature various formats, Image, Digital, Barcode and QR-Code Signatures...different signature types like Text Signatures with various formats...

    blog.groupdocs.cloud/signature/releasing-ruby-s...
  10. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....Property Description Json text Watermark text font Watermark font name...background. image Image watermark { "text" : "Watermark" , "font" : "Arial"...

    docs.groupdocs.cloud/conversion/convertoptions/