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

err

(0.07 sec)
  1. Summarizing text with GroupDocs.Rewriter SDK | ...

    How to use GroupDocs.Rewriter Cloud SDK for texts summarization.... err . println ( "Exception when calling...SummarizeApi#summarizeTextPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/rewriter/text/sdk/summarize/
  2. Simplifying text with GroupDocs.Rewriter SDK | ...

    How to use GroupDocs.Rewriter Cloud SDK for texts simplification.... err . println ( "Exception when calling...SimplifyApi#simplifyTextPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/rewriter/text/sdk/simmplify/
  3. Findging synonyms with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK to find synonyms for word or phrase.... err . println ( "Exception when calling...SynonymizeApi#synonymizeTextPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/rewriter/text/sdk/synoymize/
  4. Paraphrase text with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing texts.... err . println ( "Exception when calling...ParaphraseApi#paraphraseTextPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/rewriter/text/sdk/paraphrase/
  5. 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...
  6. 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...
  7. Split drawing into tiles | Documentation

    Tiled rendering or (rendering by coordinates) is the process of rendering CAD drawings (into an image, HTML or PDF) by dividing into square parts and rendering each part (or tile) separately. The advantage of this process is that the amount of memory involved is reduced as compared to rendering the entire document at once. Generally, DWG documents are divided into pages by Model and Layouts, but when the tiled rendering is enabled, only the Model is rendered and every tile composes a separate page....dwg" , }, } infoResponse , _ , err := config . Client . InfoApi...config . Ctx , viewOptions ) if err != nil { fmt . Printf ( "Exception...

    docs.groupdocs.cloud/viewer/split-drawing-into-...
  8. 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...
  9. 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...
  10. 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/