Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Translation Cloud into your applications....Editor Product Solution GroupDocs...analytics, finance, AI, and other Python applications. Use GroupDocs...
Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage.
API Explorer GroupDocs.Comparison 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/comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language....Editor Product Solution GroupDocs...Comparison_Node_Storage_Exist ; Python # Import modules import gr...
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....Editor Product Solution GroupDocs...Conversion_Node_Storage_Exist ; Python # Import modules import gr...
GroupDocs.Comparison Cloud allows to obtain list of revisions from Word document.
The following code sample demonstrates how to get list of all revisions.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Call API method Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.
Swagger UI lets you call this REST API directly from the browser....Editor Product Solution GroupDocs...log ( error . message ); } Python # For complete examples and...
GroupDocs.Comparison Cloud allows to accept all revisions in Word document and save the result.
The following code sample demonstrates how to accept all revisions without getting them.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Call API method with options Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Editor Product Solution GroupDocs...log ( error . message ); } Python # For complete examples and...
This example demonstrates how to convert pdf documents into wordprocessing documents with load options.
There are steps that usage of GroupDocs.Conversion Cloud consists of:
Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details.
Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Editor Product Solution GroupDocs...ConvertDocumentReque ( settings )); Python # For complete examples and...
This example demonstrates how to convert presentation documents into pdf documents with load options.
There are steps that usage of GroupDocs.Conversion Cloud consists of:
Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details.
Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Editor Product Solution GroupDocs...ConvertDocumentReque ( settings )); Python # For complete examples and...
GroupDocs.Viewer Cloud renders Model layout of CAD drawing by default. To render specific layout from a CAD drawing the API provides CadOptions.LayoutName property. When this property is set, CadOptions.RenderLayouts property will be ignored.
The following code sample shows how to render a specific layout.
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Editor Product Solution GroupDocs...viewApi . createView ( request ); Python # For complete examples and...
GroupDocs.Viewer Cloud provides additional information such as project start and end dates for MS Project documents when calling Info method.
Following example demonstrates how to retrieve view information for MS Project document.
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Editor Product Solution GroupDocs...projectManagementVie . endDate ); Python # For complete examples and...