Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 2,173 for

err

(0.11 sec)
  1. 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-...
  2. 2. Convert to Spreadsheet Document Formats | Do...

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

    docs.groupdocs.cloud/conversion/convert-to-spre...
  3. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret.... err . println ( "Exception while...( "docx" ), } response , _ , err := config . Client . InfoApi...

    docs.groupdocs.cloud/conversion/quick-start/
  4. Translating image and scanned PDF files with Gr...

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

    docs.groupdocs.cloud/translation/file/sdk/image...
  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. How To Annotate PDF in Node.js Using GroupDocs....

    Hi, We are trying to evaluate groupdocs annotation functionality for our project. I am using nodejs sdk and following the samples provided in github. Repo URL - GitHub - groupdocs-annotation-cloud/groupdocs-annotation-…...catch((err) => { console.log("Error occurred...annotated the PDF document:", err); })...

    forum.groupdocs.cloud/t/how-to-annotate-pdf-in-...
  7. 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...
  8. 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-...
  9. 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...
  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/