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 |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet |
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 | Required parameters for creating connection. | All regions |
Default
Applicable: All regions
Required parameters for creating connection.
Name | Type | Description |
---|---|---|
API Key | securestring | The API Key for this api |
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
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
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
Create document from DOCX template
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Document content
|
templateDocx | True | byte |
Content of the template |
Returns
Result File
- response
- FileResponse
Create HTML from template
Create HTML from template
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Source HTML
|
templateHTML | True | string |
Text HTML template |
Returns
Raw HTML result
- response
- HTMLTemplateResponse
Create PDF from template Docx
Create PDF from template Docx
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Document content
|
templateDocx | True | byte |
Content of the template |
Returns
Result File
- response
- FileResponse
Create PDF from template HTML
Create PDF from template HTML
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Source HTML
|
templateHTML | True | string |
Text HTML template |
Returns
Result File
- response
- FileResponse