PDFcross
It is a PDF operation tool to automate the work related to your PDF (for example, watermark and merge multiple files) and improve the work efficiency. We support Japanese language.
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 | PotCross Support |
URL | https://pot-cross.com/en/ |
support@pot-cross.com |
Connector Metadata | |
---|---|
Publisher | PotCross GK. |
Website | https://pdfcross.com/en |
Privacy policy | https://pdfcross.com/en/privacy |
Categories | Content and Files;Productivity |
PDFcross is a PDF operation tool to automate the work related to your PDF (for example, watermark and merge multiple files) and improve the work efficiency. We support Japanese language.
To use this connector, you need a PDFcross API key. You can get the API key.
You can get a PDFcross API key. After sign in, you can see the API key in your dashboard page.
In a Power Automate flow, When adding new action, Choose PDFcross action.
The first time that you add PDFcross action to your Power Automate flow, you need to create a connection. By using a PDFcross API key, you can create new connection to PDFcross service.
PDFcross actions ask you for some parameters to use each action. You can see the contents of the parameters
Total file size up to 10M.
Please Check your API Key. You can check your API key
- I don't know how to set it. Where can I contact. You can contact us here
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
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 PDFcross. You can get API key in https://pdfcross.com/ | True |
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Add image file to PDF |
You can add image to PDF. For example adding your company logo to the PDF at all pages. |
Add text watermark |
By inserting a watermark such as [Confidential] on each page of the PDF, you can make the viewer understand the characteristics of the material. |
Merge multiple PDF files into one PDF |
This is effective when you want to combine PDFs from multiple departments into one pdf file as meeting materials. |
Protect your PDF with a password |
You can protect the file by prompting for a password when you open the PDF file. This is useful for highly confidential files. |
You can add image to PDF. For example adding your company logo to the PDF at all pages.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
fileContent
|
fileContent | True | byte | |
imageContent
|
imageContent | True | byte | |
positionX
|
positionX | True | float | |
positionY
|
positionY | True | float | |
addType
|
addType | True | enum - all pages - from to last page - from to pages | |
fromPage
|
fromPage | integer | ||
toPage
|
toPage | integer |
Returns
- response
- binary
By inserting a watermark such as [Confidential] on each page of the PDF, you can make the viewer understand the characteristics of the material.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
fileContent
|
fileContent | True | byte | |
watermarkText
|
watermarkText | True | string |
The text of the watermark. Only English or Japanese |
Returns
- response
- binary
This is effective when you want to combine PDFs from multiple departments into one pdf file as meeting materials.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
fileContent
|
fileContent | True | array of byte |
Returns
- response
- binary
You can protect the file by prompting for a password when you open the PDF file. This is useful for highly confidential files.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
fileContent
|
fileContent | True | byte | |
password
|
password | True | string |
Returns
- response
- binary
This is the basic data type 'binary'.