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

err

(0.09 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 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/
  3. 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/
  4. 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/
  5. 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/
  6. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....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...
  7. 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...
  8. 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/
  9. 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-...
  10. 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/