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

err

(0.04 sec)
  1. 7. Convert to Text Formats | Documentation

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

    docs.groupdocs.cloud/conversion/convert-to-text...
  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. 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-...
  4. 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...
  5. 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-...
  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. 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-...
  8. 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...
  9. 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/
  10. Getting metered license consumption | Documenta...

    Note This example related to Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/conversion/consumption cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/conversion/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/conversion/metered-consump...