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

err

(0.03 sec)
  1. Working With Files | Documentation

    GroupDocs.Viewer Cloud Working With Files... err . println ( "Expected response...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/viewer/working-with-files/
  2. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....file to be converted file , err := os . Open ( "Resources/SampleFiles/sample...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/convert-and-download/
  3. Detecting paraphrases in files with GroupDocs.R...

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

    docs.groupdocs.cloud/rewriter/file/sdk/detect/
  4. Summarizing files with GroupDocs.Rewriter SDK |...

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

    docs.groupdocs.cloud/rewriter/file/sdk/summarize/
  5. Simplifying files with GroupDocs.Rewriter SDK |...

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

    docs.groupdocs.cloud/rewriter/file/sdk/simmplify/
  6. Paraphrase file with GroupDocs.Rewriter SDK | D...

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

    docs.groupdocs.cloud/rewriter/file/sdk/paraphrase/
  7. Working With Folder | Documentation

    GroupDocs.Viewer Cloud Working With Folder... err . println ( "Exception while...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/viewer/working-with-folder/
  8. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With Storage... err . println ( "Exception while...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/viewer/working-with-storage/
  9. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Storage existence 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 storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language.... err . println ( "Exception while...StorageExist () { response , _ , err := client . StorageApi . StorageExists...

    docs.groupdocs.cloud/conversion/working-with-st...
  10. 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...