Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 600 for

annotation curl

(0.05 sec)
  1. Sending Resx files for translation | Documentation

    How to send Resx files for translation to the selected languages....Annotation Product Solution GroupDocs...possibility to provide your file via cURL, please firstly and pass its...

    docs.groupdocs.cloud/translation/file/request/r...
  2. Get Supported Barcodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. Curl example Linux/MacOS/Bash Curl -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell Curl.exe -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" Windows CMD Curl -X GET "https://api....Annotation Product Solution GroupDocs...in example . cURL example Linux/MacOS/Bash curl -X GET "https://api...

    docs.groupdocs.cloud/signature/get-supported-ba...
  3. Sending files for processing | Documentation

    How to send files for processing to the selected language....Annotation Product Solution GroupDocs...encounter an error when calling via cURL in a shell command. Use the...

    docs.groupdocs.cloud/rewriter/file/request/
  4. Fetching file translations | Documentation

    How to fetch the translated file from the GroupDocs.Translation Cloud queue....Annotation Product Solution GroupDocs...the of the translation task: curl --request GET --location 'https://api...

    docs.groupdocs.cloud/translation/file/fetch/
  5. Skip rendering of empty rows | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows property of SpreadsheetOptions class, which allow omitting to render empty rows as shown in the sample below....Annotation Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  6. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering....Annotation Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # Get...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  7. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Annotation Product Solution GroupDocs...browser. cURL example Linux/MacOS/Bash # Get JWT token curl -v "https://api...

    docs.groupdocs.cloud/conversion/convert-email-d...
  8. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select metadata source when saving resultant file. Files have metadata information – author, organization, etc. Possible metadata sources are: Source file metadata; Target file metadata; User-defined metadata. The following code demonstrates how to set resultant file metadata. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # Get...

    docs.groupdocs.cloud/comparison/set-document-me...
  9. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....Annotation Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  10. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...Annotation Product Solution GroupDocs...API directly from the browser. cURL example Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/conversion/convert-documen...