Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 2,287 for

err

(0.04 sec)
  1. 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....docx" localFile , err := os . Open ( path ) if err != nil { fmt ...open file %s: %v\n" , path , err ) return } defer localFile ....

    docs.groupdocs.cloud/conversion/quick-start/
  2. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Rewriter Cloud into your applications.... err . println ( "Exception when calling...ParaphraseApi#paraphraseTextPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/rewriter/sdk/
  3. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion 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/conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "targetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "tiff", "tif", "jpeg", "jpg", "png", "gif", "bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "docx", "dot", "dotm", "dotx", "rtf", "txt", "odt", "ott", "html" ] }, .... err . println ( "Exception while...GetSupportedConversi () { response , _ , err := config . Client . InfoApi...

    docs.groupdocs.cloud/conversion/get-supported-f...
  4. 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...docx" localFile , err := os . Open ( path ) if err != nil { fmt ...open file %s: %v\n" , path , err ) return } defer localFile ....

    docs.groupdocs.cloud/conversion/convert-documen...
  5. Translating text with GroupDocs.Translation SDK...

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

    docs.groupdocs.cloud/translation/text/sdk/
  6. Delete rendered document | Documentation

    After rendering various types of documents into HTML, Image, or Pdf, you may clean (delete) rendered pages from cloud storage using special method. Note: This method deletes only output files, the input file remains in the storage. Following example demonstrates on how to delete rendered document results. API Usage 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....docx" , }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/delete-rendered-doc...
  7. Translating Resx files with GroupDocs.Translati...

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

    docs.groupdocs.cloud/translation/file/sdk/resou...
  8. Assistance Required for PPTX to PNG Conversion ...

    I am writing to seek assistance with an issue I encountered while using GroupDocs.Conversion Cloud API. Following the instructions on your blog post Convert PowerPoint (PPT/PPTX) to PNG in Node.js, I attempted to convert…...catch (err) { console.error('Conversion Error:', err); } }; convert();...

    forum.groupdocs.cloud/t/assistance-required-for...
  9. Translating image files with GroupDocs.Translat...

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

    docs.groupdocs.cloud/translation/file/sdk/image...
  10. Translating Srt files with GroupDocs.Translatio...

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

    docs.groupdocs.cloud/translation/file/sdk/subti...