Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 2,203 for

err

(0.05 sec)
  1. Translating files with GroupDocs.Translation SD...

    How to use GroupDocs.Translation Cloud SDK for translating files.... err . println ( "Exception when calling...TranslationApi#autoPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/translation/file/sdk/
  2. 5. Convert to Presentation Document Formats | D...

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Presentation Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Presentation Formats You can convert the supported document formats to Presentation Document Formats and get the Storage URL Output**.** Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Slides format example.... err . println ( "Exception while..."converted" , } result , _ , err := config . Client . ConvertApi...

    docs.groupdocs.cloud/conversion/convert-to-pres...
  3. 1. Convert to Any Format | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert supported document formats to any Supported Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Any Format You can convert the supported document formats to Any Format Format and get Output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Any Format format example.... err . println ( "Exception while..."converted" , } result , _ , err := config . Client . ConvertApi...

    docs.groupdocs.cloud/conversion/convert-to-any-...
  4. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": ".... err . println ( "Exception when calling...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  5. Convert document async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from storage Steps 1 and 4 are storage operations, please refer to this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....false , }, } operationId , _ , err := config . Client . AsyncApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertToPdfAsync...

    docs.groupdocs.cloud/conversion/convert-documen...
  6. 3. Convert to Word Processing Document Formats ...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and get the output as a storage URL Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser.... err . println ( "Exception while..."converted" , } result , _ , err := config . Client . ConvertApi...

    docs.groupdocs.cloud/conversion/convert-to-word...
  7. Pdf to docx conversion issue - Free Support For...

    In the converted Docx file .the Layout is getting disrupted.Bellow is my code. const loadOptions = new conversion_cloud.PdfLoadOptions(); loadOptions.format = "pdf"; let convertOptions = new conversion_c…...th, result); } catch (err) { throw err; } }...

    forum.groupdocs.cloud/t/pdf-to-docx-conversion-...
  8. 4. Convert to Image Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Image Formats and returns the output document storage URL and also support to get result as a array of stream. Convert to Images Formats You can convert the supported document formats to Images Formats and get the output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Images format example.... err . println ( "Exception while...PagesCount : 2 , }, } result , _ , err := config . Client . ConvertApi...

    docs.groupdocs.cloud/conversion/convert-to-imag...
  9. 在 Node.js 中将 CSV 转换为 JSON | 使用 REST API 将 CSV 转...

    在 Node.js 中使用 GroupDocs.Conversion SDK 将 CSV 转换为 JSON。一个可扩展且安全的 REST API,用于将表格数据转换为结构化的 JSON 格式。...catch(err => { console.error("Conversion failed:", err); });...catch(err => { console.error("Conversion failed:", err); });...

    blog.groupdocs.cloud/zh/conversion/convert-csv-...
  10. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Viewer-Cloud only The metered license can be used in Docker version of GroupDocs.Viewer-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Viewer Cloud with Docker Resource URI HTTP GET ~/viewer/consumption cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....GetLicenseConsumptio () { response , _ , err := config . Client . LicenseApi...GetConsumptionCredit ( config . Ctx ) if err != nil { fmt . Printf ( "GetLicenseConsumptio...

    docs.groupdocs.cloud/viewer/metered-consumption/