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

text

(0.06 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. Convert XML to CSV and CSV to XML in Python

    Use Python script to convert XML to CSV and to convert CSV to XML online. This article is about how to convert XML to CSV and CSV to XML in Python....is a very simple and flexible text format for representing structured...separated values) file is a plain text file that contains records of...

    blog.groupdocs.cloud/conversion/convert-xml-to-...
  3. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....oriented on users with advanced text editor skills, whereas Report...data formatting for numeric, text & date-time elements. Use conditional...

    docs.groupdocs.cloud/assembly/getting-started/p...
  4. 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 Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard...."barcodeType" : "Code128" , "text" : "123456789012" , "format"... MatchTypeEnum . Contains , Text = "123456789012" , BarcodeType...

    docs.groupdocs.cloud/signature/search-for-barco...
  5. Convert Word to PNG and PNG to Word Document in...

    Convert Word DOC into optimized PNG images in seconds using our free, and secure API. Let's see how to convert Word to PNG and PNG to Word document in Java....is primarily used to format text, but you can also include images...Programmatically in C# Convert Text to HTML and HTML to Text in Python Convert...

    blog.groupdocs.cloud/conversion/convert-word-to...
  6. Latest topics - Free Support Forum - groupdocs....

    Get FREE technical support for GroupDocs Cloud APIs from our developers using free support forum....Issue with Compare – Unreadable Text in Compared File GroupDocs.Total...

    forum.groupdocs.cloud/latest
  7. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of revisions from Word document. The following code sample demonstrates how to get list of all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser...."id" : 0 , "action" : "None" , "text" : "\rsssssssss" , "author"..."id" : 1 , "action" : "None" , "text" : "Many students, scholars...

    docs.groupdocs.cloud/comparison/get-list-of-rev...
  8. Introducing GroupDocs.Conversion Cloud V2

    GroupDocs.Conversion Cloud REST API support conversion of 65+ document formats. It provides high-quality output quickly and reliably...file to PDF an add watermark text as following Get authentication...

    blog.groupdocs.cloud/conversion/introducing-gro...
  9. 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/
  10. Extract Images by a Page Number Range | Documen...

    This REST API allows extracting images from specific pages only by setting pages range. This operation supports only documents with pages. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images by a page number example. cURL example The following example demonstrates how to extract images by a page number range. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....0/parser/text" \ -X POST \ -H "Content-Type:...

    docs.groupdocs.cloud/parser/extract-images-by-a...