Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 729 for

resource

(0.13 sec)
  1. AWS S3 bucket as storage - Invalid connection -...

    I’m trying to configure a AWS S3 bucket as storage. I’ve created the bucket and iam user, and after adding the bucket and credentials on groupdocs cloud, the “verify connection” gives me “Invalid connection” The policy…..."s3:*" ], "Effect": "Allow", "Resource": [ "arn:aws:s3:::tf-xxxx-groupdocs"...

    forum.groupdocs.cloud/t/aws-s3-bucket-as-storag...
  2. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API Resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".... Resource The following GroupDocs.Comparison...Comparison Cloud REST API resource has been used in the example...

    docs.groupdocs.cloud/comparison/get-supported-f...
  3. 7. Convert to Text Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Text Formats and returns the output document storage URL and also support to get result as a stream or Array of stream. Convert to Text Formats You can convert the supported document formats to Text Formats and get output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API Resource has been used in the convert to Text format example.... Resource The following GroupDocs.Conversion...Conversion Cloud REST API resource has been used in the example...

    docs.groupdocs.cloud/conversion/convert-to-text...
  4. ComparisonOptions | Documentation

    ComparisonOptions data structure defines comparison options ComparisonOptions example: { "SourceFile": { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" }, "TargetFiles": [ { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } ], "Settings": { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 }, "OutputPath": "string" } Name Description SourceFile Information about source file TargetFiles An array of Information about target file(s) Settings Comparison settings ChangeType Changes type.... Used only for Changes resource(/comparison/changes) (None...

    docs.groupdocs.cloud/comparison/comparisonoptions/
  5. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and tables defined in a template file saved in user storage and specified by template path. The following example demonstrates how to extract data from a source document by a saved template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API Resource has been used in the Parse by Template Store in User Storage example.... Resource The following GroupDocs.Parser...Parser Cloud REST API resource has been used in the example. cURL...

    docs.groupdocs.cloud/parser/parse-by-template-s...
  6. 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....output document storage URL Resource The following GroupDocs.Conversion...Conversion Cloud REST API resource has been used in the example...

    docs.groupdocs.cloud/conversion/convert-to-spre...
  7. Introduction of Java SDK for GroupDocs.Viewer C...

    Java SDK release for public use of GroupDocs.Viewer cloud features in Java based applications....Document Pages Page Resources Fonts Resource PDF Rendering Getting...} GroupDocs.Viewer Cloud Resources # Following are the links...

    blog.groupdocs.cloud/viewer/introduction-of-jav...
  8. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats 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.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get document information curl -v "https://api.... Resource URI HTTP POST ~/formats lets...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  9. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser Cloud REST API Resource has been used in the get supported file types example. HTTP POST ~~/formats cURL example The following example demonstrates how to get supported file types. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument.... Resources The following GroupDocs.Parser...Parser Cloud REST API resource has been used in the example. HTTP...

    docs.groupdocs.cloud/parser/get-supported-file-...
  10. 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.... Resource The following GroupDocs.Conversion...Conversion Cloud REST API resource has been used in the example...

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