Pdfless (Preview)
With Pdfless, design your document template based on powerful of Html and CSS then generate your own invoices, catalogs, complex documents with pagination and more...
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 - 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) |
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) |
Contact | |
---|---|
Name | Pdfless contact |
URL | https://www.pdfless.com |
contact@pdfless.com |
Connector Metadata | |
---|---|
Publisher | Synapsium |
Website | https://www.pdfless.com |
Privacy policy | https://www.pdfless.com/privacy |
Categories | Productivity;Content and Files |
With Pdfless, design beautiful document templates based on powerful of html/css then generate your own invoices, catalogs, complex documents with pagination and more… using payload data in JSON format.
Prerequisites
You will need the following to proceed:
- A Pdfless account
- A designed document template. Please refer to the documentation to create a new template or follow the steps in next section.
How to get credentials
From Pdfless dashboard, go to Workspace settings
tab and you will find out API key in Api Credentials
section.
Get started with your connector
You first need to register in Pdfless. Once connected to dashboard, create a new Document template
:
- Entering a title
for naming your document template
- Selecting a Startup template
of pre-defined document templates. You can create your document template from scratch using Blank page
template.
From html editor, add custom variables to render dynamic your document. You can read more about this here For UI customization of your document (page format, orientation, fonts...), read the following section
Known issues and limitations
Connector list at most 100 document templates. If you have more than 100 document templates, you can insert directly document template id into the form.
Common errors and remedies
Please refer to documentation listing all errors code details.
FAQ
Will be updated as questions are asked.
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 | API key for Pdfless | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Create a new PDF document |
Generate PDF based on template identifier and payload data |
Create a new PDF document
Generate PDF based on template identifier and payload data
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
API version
|
version | True | string |
API version |
Template
|
template_id | True | uuid |
Select a document template |
Data payload
|
payload | True | string |
Insert your data in JSON format { "FirstName": "John", "LastName": "Cain" } |
Reference identifier
|
reference_id | string |
Internal reference identifier |
Returns
- Body
- PDFDtoApiResult
Definitions
PDFDto
Name | Path | Type | Description |
---|---|---|---|
Reference identifier
|
reference_id | string |
Internal reference identifier |
Document URL
|
download_url | string |
URL of generated document |
Expiration date
|
expires | date-time |
Expiration date of document URL |
Creation date
|
created_at | date-time |
Creation date |
PDFDtoApiResult
Name | Path | Type | Description |
---|---|---|---|
data
|
data | PDFDto | |
Status
|
status | string |
Status |