Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 2,222 for

err

(0.03 sec)
  1. Working with File Api | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage.... err . println ( "Expected response...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/conversion/working-with-fi...
  2. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.conversion Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes.... err . println ( "Exception while..."WordProcessing" filesList , _ , err := client . FolderApi . GetFilesList...

    docs.groupdocs.cloud/conversion/working-with-fo...
  3. 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/
  4. 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/
  5. 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/
  6. 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/
  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. 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/
  9. 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...
  10. 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...