Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
LatinShare Documents (Preview)
This connector provides a set of actions related to Docx, HTML and PDF documents. You can create documents from templates (DOCX or HTML files) and convert them to PDF. Visit the official site for more information http://flow.latinshare.com/sitio2020/documentacion-documents/
This connector is available in the following products and regions:
| Service | Class | Regions |
|---|---|---|
| Copilot Studio | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
| Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Contact | |
|---|---|
| Name | LatinShare Support |
| URL | http://flow.latinshare.com/contacto-soporte |
| support@latinshare.com |
| Connector Metadata | |
|---|---|
| Publisher | LatinShare |
| Website | http://flow.latinshare.com |
| Privacy policy | http://flow.latinshare.com/privatePolicy |
| Categories | Content and Files |
Creating a connection
The connector supports the following authentication types:
| Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
| Name | Type | Description | Required |
|---|---|---|---|
| API Key | securestring | The API Key for this api | True |
Throttling Limits
| Name | Calls | Renewal Period |
|---|---|---|
| API calls per connection | 100 | 60 seconds |
Actions
| Convert DOCX to PDF |
Convert DOCX to PDF |
| Convert HTML to PDF |
Convert HTML to PDF |
| Create document from DOCX template |
Create document from DOCX template |
| Create HTML from template |
Create HTML from template |
| Create PDF from template Docx |
Create PDF from template Docx |
| Create PDF from template HTML |
Create PDF from template HTML |
Convert DOCX to PDF
- Operation ID:
- WordToPDF
Convert DOCX to PDF
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Document content
|
documentContent | True | byte |
Content of document |
Returns
Result File
- response
- FileResponse
Convert HTML to PDF
- Operation ID:
- HTMLtoPDF
Convert HTML to PDF
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Source HTML
|
html | True | byte |
HTML to convert to PDF |
|
Papper Size
|
size | string |
Can be A4, Letter, etc... |
|
|
Orientation
|
orientation | string |
Portrait or Landscape |
Returns
Result File
- response
- FileResponse
Create document from DOCX template
- Operation ID:
- DocxFromTemplate
Create document from DOCX template
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Document content
|
templateDocx | True | byte |
Content of the template |
|
Template data
|
templateData | True | object |
JSON data that should be applied to the template |
Returns
Result File
- response
- FileResponse
Create HTML from template
- Operation ID:
- HtmlFromTemplate
Create HTML from template
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Source HTML
|
templateHTML | True | string |
Text HTML template |
|
Template data
|
templateData | True | object |
JSON data that should be applied to the template |
Returns
Raw HTML result
- response
- HTMLTemplateResponse
Create PDF from template Docx
- Operation ID:
- PDF_fromTemplateDocx
Create PDF from template Docx
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Document content
|
templateDocx | True | byte |
Content of the template |
|
Template data
|
templateData | True | object |
JSON data that should be applied to the template |
Returns
Result File
- response
- FileResponse
Create PDF from template HTML
- Operation ID:
- PDF_fromTemplateHTML
Create PDF from template HTML
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Source HTML
|
templateHTML | True | string |
Text HTML template |
|
Template data
|
templateData | True | object |
JSON data that should be applied to the template |
Returns
Result File
- response
- FileResponse
