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

err

(0.24 sec)
  1. Running an app using pm2 on AWS - Free Support ...

    I currently have an app that runs on a linux AWS EC2 instance, it uses pm2 to stay up/reboot. Upon boot the use of fileApi.uploadFile() works just fine and then I use documentApi.join() no problems. Sometime around a day…...async (err, fileStream) => { if(err){ console.log(err) } else...

    forum.groupdocs.cloud/t/running-an-app-using-pm...
  2. Translating PDF files with GroupDocs.Translatio...

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

    docs.groupdocs.cloud/translation/file/sdk/pdf/
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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/
  8. Merge Multiple PPTX file onto one PPTX Using pm...

    I currently have an app that runs on a linux AWS EC2 instance, it uses pm2 to stay up/reboot. Upon boot the use of fileApi.uploadFile() works just fine and then I use documentApi.join() no problems. Sometime around a day…...async (err, fileStream) => { if(err){ console.log(err) } else...

    forum.groupdocs.cloud/t/merge-multiple-pptx-fil...
  9. Detecting paraphrases in text with GroupDocs.Re...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in texts.... err . println ( "Exception when calling...DetectApi#detectTextPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/rewriter/text/sdk/detect/
  10. 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...