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

err

(0.03 sec)
  1. 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...
  2. Translating Word files with GroupDocs.Translati...

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

    docs.groupdocs.cloud/translation/file/sdk/word/
  3. Translating PowerPoint files with GroupDocs.Tra...

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

    docs.groupdocs.cloud/translation/file/sdk/power...
  4. 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/
  5. 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...
  6. 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/
  7. 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/
  8. 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.... err . println ( "Exception while...( "docx" ), } response , _ , err := config . Client . InfoApi...

    docs.groupdocs.cloud/conversion/quick-start/
  9. Translating image and scanned PDF files with Gr...

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

    docs.groupdocs.cloud/translation/file/sdk/image...
  10. 2. Convert to Spreadsheet Document Formats | Do...

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

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