Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 2,106 for

err

(0.07 sec)
  1. 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/
  2. Translating HTML files with GroupDocs.Translati...

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

    docs.groupdocs.cloud/translation/file/sdk/html/
  3. Translating Excel files with GroupDocs.Translat...

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

    docs.groupdocs.cloud/translation/file/sdk/excel/
  4. Translating Markdown files with GroupDocs.Trans...

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

    docs.groupdocs.cloud/translation/file/sdk/markd...
  5. GroupDocs.Merger Cloud | Java REST API to Join ...

    Java REST API & Cloud SDK to join, merge, append, & combine cloud documents. Supports extracting & splitting single cloud document into various smaller files....Microsoft OneNote®: ONE Other: ERR Requirements Building the API... join ( request ); System . err . println ( "Output file path:...

    releases.groupdocs.cloud/merger/java/
  6. Translating files with GroupDocs.Translation SD...

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

    docs.groupdocs.cloud/translation/file/sdk/
  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. Get Document Metadata | 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 Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language.... err . println ( "Exception while...pages.docx" ), } info , _ , err := config . Client . InfoApi...

    docs.groupdocs.cloud/conversion/get-document-me...
  9. 1. Convert to Any Format | Documentation

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

    docs.groupdocs.cloud/conversion/convert-to-any-...
  10. 4. Convert to Image Formats | Documentation

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

    docs.groupdocs.cloud/conversion/convert-to-imag...