PDF4me (Preview)
PDF4me gives you all functionalities around PDF, e.g. convert, merge, split, make Pdf/A compatible, optimize, protect, unlock, do OCR, create watermarks, get thumbnails, rotate, attach barcodes.
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 | |
|---|---|
| support@pdf4me.com |
| Connector Metadata | |
|---|---|
| Publisher | Ynoox |
| Website | https://developer.pdf4me.com |
| Privacy policy | https://pdf4me.com/privacy-policy |
Throttling Limits
| Name | Calls | Renewal Period |
|---|---|---|
| API calls per connection | 100 | 60 seconds |
Actions
Convert to Pdf (Preview)
Convert any type of office documents to PDF format. https://developer.pdf4me.com/docs/api/microsoft-flow/convert-to-pdf-flow-connector/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
Input file content from the source |
|
File Name
|
Name | True | string |
Name of the file from the source |
Returns
Output file content from the PDF4me API response
- File Content
- binary
Create a Thumbnail (Preview)
Create thumbnail for the PDF document. https://developer.pdf4me.com/docs/api/microsoft-flow/create-thumbnail-flow-connector/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
Input file content from the source |
|
File Name
|
name | True | string |
Input file name from the source |
|
Image Extension
|
ImageExtension | True | string |
Choose the image extension from the list |
|
Width Pixels
|
WidthPixel | True | integer |
Size of the thumbnail image in (Width)Pixels |
Returns
Output file content from the PDF4me API response
- File Content
- binary
Create PdfA (Preview)
Create PdfA document. https://developer.pdf4me.com/docs/api/microsoft-flow/create-pdfa-flow-connector/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Compliance
|
compliance | True | string |
Select the compliance from the list |
|
File Content
|
docContent | True | byte |
Input file content from the source |
|
File Name
|
Name | True | string |
Input file name from the source |
Returns
Output File Content from the PDF4me API response
- File Content
- binary
Extract Pages (Preview)
Extract the required pages from the PDF document. https://developer.pdf4me.com/docs/api/microsoft-flow/extract-pages-flow-connector/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
Input file content from the source |
|
File Name
|
Name | True | string |
Input file name from the source |
|
Page Numbers
|
pageNumbers | True | string |
PageNumbers to be extracted (e.g: 1,2) |
Returns
Output file content from the PDF4me API response
- File Content
- binary
Merge (Preview)
Merge multiple PDF documents into a single pdf document. https://developer.pdf4me.com/docs/api/microsoft-flow/merge-connector/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Contents
|
docContent | byte |
Input file content from the source |
|
|
File Name
|
Name | True | string |
Name |
Returns
Output file content from PDF4me merge
- File Content
- binary
Optimize Document (Preview)
Optimize the PDF document. https://developer.pdf4me.com/docs/api/microsoft-flow/optimize-document-floe-connector/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
Input file content from the source |
|
File Name
|
Name | True | string |
Input file name from the source |
|
Optimize Profile
|
optimizeProfile | True | string |
Choose the profile |
Returns
Output file content from the PDF4me API response
- File Content
- binary
PdfOcr (Preview)
Create searchable PDF using OCR. https://developer.pdf4me.com/docs/api/microsoft-flow/pdf-ocr-connector/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
Input file content from the source |
|
File Name
|
Name | True | string |
Input file name from the source |
|
QualityType
|
qualityType | True | string |
Choose QualityType |
Returns
Output file content from the PDF4me API response
- File Content
- binary
PdfToExcel (Preview)
Create XLSX spreadsheets from PDFs with tabular data . Even from an image you can generate an XLS. https://developer.pdf4me.com/docs/api/microsoft-flow/pdf-to-excel-connector/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
Input file content from the source |
|
File Name
|
Name | True | string |
Input file name from the source |
|
QualityType
|
qualityType | True | string |
Choose QualityType |
Returns
Output file content from the PDF4me API response
- File Content
- binary
PdfToWord (Preview)
Transform PDF documents to high quality editable DOCX files. https://developer.pdf4me.com/docs/api/microsoft-flow/pdf-to-word-connector/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
Input file content from the source |
|
File Name
|
Name | True | string |
Input file name from the source |
|
QualityType
|
qualityType | True | string |
Choose QualityType |
Returns
Output file content from the PDF4me API response
- File Content
- binary
Protect Document (Preview)
Protect the document with custom password. https://developer.pdf4me.com/docs/api/microsoft-flow/protect-document-flow-document/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
Input file content from the source |
|
File Name
|
Name | True | string |
Input file name from the source |
|
Password
|
password | True | string |
Custom password |
|
PDF Permission
|
pdfPermission | True | string |
Allowed permission for the document |
Returns
Output file content from the PDF4me API response
- File Content
- binary
Rotate Document (Preview)
Rotate the pages and in all directions. https://developer.pdf4me.com/docs/api/microsoft-flow/rotate-document-flow-connector/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
File Content
|
docContent | True | byte |
Input file content from the source |
|
File Name
|
Name | True | string |
Input file name from the source |
|
Rotation Type
|
rotationType | True | string |
Select the rotation type from the list |
Returns
Output file content from the PDF4me API response
- File Content
- binary
Split Document (Preview)
Split the PDF document by page number or recurring pages. https://developer.pdf4me.com/docs/api/microsoft-flow/split-document-flow-connector/
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 |
|
Split Action
|
splitAction | True | string |
Choose the split action type |
|
Split Action Value
|
splitActionNumber | True | integer |
Enter the value based on the split action |
Returns
| Name | Path | Type | Description |
|---|---|---|---|
|
splitedDocuments
|
splitedDocuments | array of object |
splitedDocuments |
|
File Name
|
splitedDocuments.fileName | string |
Output file name |
|
File Content
|
splitedDocuments.streamFile | byte |
Output file content |
Split Document by Barcode (Preview)
Split the PDF document by barcode types and filters. https://developer.pdf4me.com/docs/api/microsoft-flow/split-by-barcode-flow-connector/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Barcode Filter
|
barcodeFilter | True | string |
Choose the Barcode filter |
|
Barcode Data
|
barcodeString | True | string |
Type the barcode data to split |
|
Barcode Type
|
barcodeType | True | string |
Choose the Barcode type |
|
File Content
|
docContent | True | byte |
The content of the input file |
|
File Name
|
Name | True | string |
Name of the file |
|
Split Barcode Page
|
splitBarcodePage | True | string |
Choose the Split Barcode Page |
Returns
| Name | Path | Type | Description |
|---|---|---|---|
|
splitedDocuments
|
splitedDocuments | array of object |
splitedDocuments |
|
File Name
|
splitedDocuments.fileName | string |
Output file name |
|
File Content
|
splitedDocuments.streamFile | byte |
Output file content |
Stamp (Preview)
Add a background watermark text to the PDF document. https://developer.pdf4me.com/docs/api/microsoft-flow/stamp-flow-connector/
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Align X
|
alignX | True | string |
Set alignment in horizontal scale |
|
Align Y
|
alignY | True | string |
Set alignment in vertical scale |
|
File Content
|
docContent | True | byte |
Input file content from the source |
|
File Name
|
Name | True | string |
Input file name from the source |
|
Pages
|
pages | True | string |
Mention the page numbers like 1,2 |
|
Text
|
text | True | string |
Stamp text |
Returns
Output file content from the PDF4me API response
- File Content
- binary
Definitions
binary
This is the basic data type 'binary'.