Sync changes from release-package fork V1.1.1 (#3656)

* Sync changes from release-package fork

* Update apiDefinition.swagger.json

Fixes based on MS review.

---------

Co-authored-by: Tendocs Developer <support@tendocs.com>
This commit is contained in:
Daniel McPherson 2024-09-25 14:13:52 +02:00 коммит произвёл GitHub
Родитель 948ec86889
Коммит 63ef7fa19d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 887 добавлений и 184 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -15,8 +15,10 @@
}
}
},
"iconBrandColor": "#282828",
"capabilities": ["Actions"],
"iconBrandColor": "#000000",
"capabilities": [
"Actions"
],
"publisher": "Tendocs",
"stackOwner": "Tendocs"
}

Просмотреть файл

@ -8,7 +8,7 @@ You will need the following to proceed:
* The Power platform CLI tools
## Deployment Instructions
The connector can be deployed in one of two ways, described below.
The connector can be deployed in one of two ways.
### Using the Power Platform Connector CLI
Run the following commands and follow the prompts:
@ -28,8 +28,10 @@ Use the following values for the the connector security page:
## Supported Operations
The connector supports the following operations:
* `Create New Document From Template`: Creates a new document based on a Template (Word, PowerPoint or Excel) that contains any number of Document Replacement Tokens (e.g. {{Name}}, {{Date}}, {{Invoice.Amount}}). The service match any number of text, image, document or tables to these tokens, returning a new document in it's original, PDF or HTML format, that merges it all together.
* `Convert Document To New File Format`: Provides for the conversion of standard Office documents (docx, pptx, xlsx) to a variety of other document formats, including PDF and HTML.
* `Convert a Document (PDF/HTML/TXT)`: Provides for the conversion of standard Office documents (docx, pptx, xlsx) to a variety of other document formats, including PDF and HTML.
* `Compare documents (AI)`: Compares two documents, summarises the differences, identifying specific deifferences, and indicating how big the difference is.
* `Summarise a document (AI)`: Summarises a document down to an approximate length.
## Known Issues and Limitations
- Number of Text Token limited to a maximum of 128.