PDF4me Image (Preview)
Enhance your workflows with the powerful capabilities of the PDF4me Image Connector. Seamlessly integrate image processing, including cropping images, compressing images, flipping images, creating images and more to drive better efficiency and intelligence across your processes.
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 | PDF4me Support |
| URL | https://dev.pdf4me.com/help/ |
| support@pdf4me.com |
| Connector Metadata | |
|---|---|
| Publisher | Ynoox GmbH |
| Website | https://dev.pdf4me.com/ |
| Privacy policy | https://dev.pdf4me.com/privacy-policy/ |
| Categories | Content and Files;Productivity |
Title: PDF4me Image
Description: Enhance your workflows with the powerful capabilities of the PDF4me Image Connector. Seamlessly integrate image processing, including cropping images, compressing images, flipping images, creating images and more to drive better efficiency and intelligence across your processes.
Publisher: PDF4me Ynoox GmbH
Prerequisites : You need a trial or an active/valid subscription in order to try our Images features.
Obtaining Credentials : To use this integration, you need to have an account on the PDF4me Developer Portal. Follow steps below to get your Subscription Key.
How to get PDF4me Subscription Key
- Register in PDF4me Developer Portal and start a Free Trial
- Go to Api Keys tab in the Developer Portal.
- Select an application or Create a new application.
- You will find a Primary Key and Secondary Key listed under the application. Click on Copy Key button beside the Primary Key for Power Automate text and paste it to Power Automate PDF4me connection
Getting Started : You can integrate PDF4me connector with Flow in easy steps. To know about the integration & more, visit our documentation page: PDF4me : Getting Started
Known Issues and Limitations : None
Deployment Instructions : It is very simple to deploy as any other costom connector.
You're now ready to start using this Images integration.
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
Call Custom API
Call Custom API from PDF. https://docs.pdf4me.com/integration/power-automate/image/custom-api-call/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Feature path
|
featurePath | True | string |
Method Name or ID of the feature to be called |
|
body
|
body | string |
Returns
Compress Image
Compresses an image based on image type and compression level. Please refer here for more info - https://docs.pdf4me.com/integration/power-automate/image/compress-image/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
The content of the input file |
|
File Name
|
Name | True | string |
Name of the file |
|
Image Type
|
imageType | True | string |
File format of input image |
|
Compression Level
|
compressionLevel | string |
Compression level for the image |
Returns
Output file content from the PDF4me Connect
- File Content
- binary
Convert Image Format
Changes file format of an image file. Please refer here for more info - https://docs.pdf4me-dev.net/integration/power-automate/image/convert-image-format/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
The content of the input file |
|
File Name
|
Name | True | string |
Name of the file |
|
Current Image Format
|
currentImageFormat | True | string |
Current image format of the file |
|
New Image Format
|
newImageFormat | True | string |
New image format of the file |
Returns
Output file content from the PDF4me Connect
- File Content
- binary
Crop Image
Crop an image through border or rectangle. Please refer here for more info - https://docs.pdf4me-dev.net/integration/power-automate/image/crop-image/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Crop Type
|
schemaVal | string |
Set the crop type |
|
|
operation
|
operation | dynamic |
Returns
Output file content from the PDF4me Connect
- File Content
- binary
Flip Image
Flip an image horizontally or vertically or both. Please refer here for more info - https://docs.pdf4me-dev.net/integration/power-automate/image/flip-image/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
The content of the input file |
|
File Name
|
Name | True | string |
Name of the file |
|
Orientation Type
|
orientationType | True | string |
Set flip orientation |
Returns
Output file content from the PDF4me Connect
- File Content
- binary
Image - Extract Text
Perform OCR on the image provided and return the extracted text. Please refer here for more info - https://docs.pdf4me.com/integration/power-automate/image/image-extract-text/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
The content of the input file |
|
File Name
|
Name | True | string |
Name of the file |
|
Image Type
|
imageTypeExtract | True | string |
Select the image file format |
Returns
| Name | Path | Type | Description |
|---|---|---|---|
|
TraceId
|
traceId | string |
traceId |
|
Text
|
docText | string |
Text |
Remove EXIF Tags From Image
Removes EXIF tags from images. Please refer here for more info - https://docs.pdf4me-dev.net/integration/power-automate/image/remove-exif-tags/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
The content of the input file |
|
File Name
|
Name | True | string |
Name of the file |
|
Image Type
|
imageType | True | string |
File format of input image |
Returns
Output file content from the PDF4me Connect
- File Content
- binary
Resize Image
Resize an image based on percentage or specific size. Please refer here for more info - https://docs.pdf4me-dev.net/integration/power-automate/image/resize-image/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Image Resize Type
|
schemaVal | string |
Set the image resize type |
|
|
operation
|
operation | dynamic |
Returns
Output file content from the PDF4me Connect
- File Content
- binary
Definitions
binary
This is the basic data type 'binary'.