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

resource

(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.... Resource The following GroupDocs.Conversion...Conversion Cloud REST API resource has been used in the example...

    docs.groupdocs.cloud/conversion/get-document-me...
  2. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document. Resource The following GroupDocs.Parser Cloud REST API Resource has been used in the Parse by Template of a document inside a container 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-o...
  3. 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...
  4. 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...
  5. 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/
  6. 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...
  7. 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-...
  8. Product overview | Documentation

    An introduction to GroupDocs.Rewriter Cloud service and how it can solve everyday business needs....to worry about complex and resource-intensive machine learning...

    docs.groupdocs.cloud/rewriter/product-overview/
  9. 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...
  10. 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...