Converter by Power2Apps
Enables conversion of different data formats from one to another.
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 | Power2Apps Support |
URL | https://www.power2apps.com/en/contact |
getintouch@power2apps.com |
Connector Metadata | |
---|---|
Publisher | Power2Apps P2A GmbH |
Website | https://www.power2apps.com |
Privacy policy | https://www.power2apps.com/en/converterprivacypolicy |
Categories | Content and Files;Data |
Converter by Power2Apps for Power Automate convert your data easily from one format to another with Microsoft Power Automate or Azure Logic Apps solutions and with our data conversion services CSV to JSON, JSON to CSV, ...
Prerequisites
You will need a only key to use this connector and build workflows with it.
How to get credentials?
- Create a free key on https://www.power2apps.de/apikey/
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is shareable connection. If the power app is shared with another user, connection is shared as well. For more information, please see the Connectors overview for canvas apps - Power Apps | Microsoft Docs
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | Get your API Key on https://power2apps.de/apikey | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Add HTML to Word File
Add a HTML to a Word file (DOCX) or create a new Word file (DOCX) with a HTML - https://converter.power2apps.com/5000_word/5100_AddHtmlToWord
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Existing file content
|
existingFileContent | byte |
Existing Word file to update. By default a blank Word file is used. |
|
HTML
|
html | string |
HTML to create the Word |
Returns
- Body
- FileResponse
Add Image to Word File
Add Image to a Word file (DOCX) or create a new Word file (DOCX) with image - https://converter.power2apps.com/5000_word/5030_AddImageToWord
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Existing file content
|
existingFileContent | byte |
Existing Word file to update. By default a blank Word file is used. |
|
Image
|
image | True | byte |
Image to add (JPEG, PNG, ...) |
Caption Text
|
imageText | string |
Text displayed next to image |
Returns
- Body
- FileResponse
Add Image to Word File within Table
Add an image to a Word file (DOCX) within a table or create a new Word file (DOCX) with an image within a table - https://converter.power2apps.com/5000_word/5040_AddImageWithinTableToWordV2
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Existing file content
|
existingFileContent | byte |
Existing Word file to update. By default a blank Word file is used. |
|
Image
|
image | True | byte |
Image to add |
Description Text
|
imageText | string |
Text displayed next to image |
Returns
- Body
- FileResponse
Add Image to Word File within Table [DEPRECATED]
Add an image to a Word file (DOCX) within a table or create a new Word file (DOCX) with an image within a table
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Existing file content
|
existingFileContent | byte |
Existing Word file to update. By default a blank Word file is used. |
|
Image
|
image | True | byte |
Image to add (JPEG, PNG, ...) |
Caption Text
|
imageText | string |
Text displayed next to image |
Returns
- Body
- FileResponse
Add Table to Word File
Add Table to a Word file (DOCX) or create a new Word file (DOCX) with a table - https://converter.power2apps.com/5000_word/5051_AddTableToWordV2
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Existing file content
|
existingFileContent | byte |
Existing Word file to update. By default a blank Word file is used. |
|
Table Data
|
table | string |
Table data in CSV or JSON format |
|
Table Style
|
tableStyle | string |
'Table Style', as it is named in the original Word document |
|
Table Caption
|
tableText | string |
Text displayed next to table |
Returns
- Body
- DtoResponseFile
Add Table to Word File [DEPRECATED]
Add Table to a Word file (DOCX) or create a new Word file (DOCX) with a table - https://converter.power2apps.com/5000_word/5050_AddTableToWord
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Existing file content
|
existingFileContent | byte |
Existing Word file to update. By default a blank Word file is used. |
|
Table
|
table | string |
Table as JSON |
|
Table Caption
|
tableText | string |
Text displayed next to table |
|
Table style
|
tableStyle | string |
Table style |
Returns
- Body
- FileResponse
Add Text to Word File
Add a text to a Word file (DOCX) or create a new Word file (DOCX) with a text - https://converter.power2apps.com/5000_word/5060_AddTextToWord
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Existing file content
|
existingFileContent | byte |
Existing Word file to update. By default a blank Word file is used. |
|
Type
|
sectionType | string | ||
Text
|
text | string |
Text |
Returns
- Body
- FileResponse
Compress JPG Image
Compress a JPG (JPEG) image - https://converter.power2apps.com/3000_imagesBarcodes/3040_CompressImage
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Image Quality
|
quality | integer |
The quality of the image (0-100) |
|
File
|
file | True | byte |
File |
Returns
- Body
- FileResponse
Convert any Color to any other Color Code
Convert a color (RGB, HEX, HSL, CMYK, HSV, XYZ, YIQ, YUV, Color name) to different color types (RGB, HEX, HSL, CMYK, HSV, XYZ, YIQ, YUV) - https://converter.power2apps.com/2000_dataHandling/2070_ConvertColor
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Color
|
color | True | string |
Color that will be converted. e.g. rgb(120, 55, 66), hex 6400FF, red etc. |
Returns
- Body
- DtoResponseColor
Convert CSV data to Excel file [DEPRECATED]
Convert CSV data to Excel file
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
CSV
|
CSV data | True | string |
CSV data |
Returns
- Body
- FileContentResponse
Convert CSV data to JSON [DEPRECATED]
Convert CSV data to JSON
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
CSV
|
CSV data | True | string |
CSV data |
Returns
- response
- string
Convert CSV to Excel file
Convert a CSV to a Excel file (XLSX) - https://converter.power2apps.com/1000_fileConversions/1031_ConvertCsvToExcel
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
CSV has headers?
|
dataIncludesHeader | boolean |
CSV has headers? |
|
Automatic field type detection?
|
autoDiscoverFieldTypes | boolean |
Automatic field type detection? |
|
Number of rows for field type detection
|
maxScanRows | integer |
Number of rows for automatic field type detection. Default = 20 |
|
Remove empty rows
|
ignoreEmptyLine | boolean |
Remove empty rows |
|
Skip a number of rows
|
skip | integer |
Skip a number of rows at beginning. Default = 0 |
|
Stop at a specific row
|
skipLast | integer |
Stop at a specific row number. Default = convert all rows |
|
Separator
|
delimiter | string |
Separator (delimiter) of the fields. Default = 'Automatic detection of separator' |
|
Automatic quote delimiter detection?
|
mayHaveQuotedFields | boolean |
Automatic quote delimiter detection? |
|
CSV
|
csv | True | string |
CSV |
Returns
- Body
- FileResponse
Convert CSV to HTML Table
Convert a CSV to a HTML table - https://converter.power2apps.com/7000_html/7060_ConvertCsvToHtmlTable
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
CSV
|
csv | True | string |
CSV |
CSV has headers?
|
dataIncludesHeader | boolean |
CSV has headers? |
|
Automatic field type detection?
|
autoDiscoverFieldTypes | boolean |
Automatic field type detection? |
|
Number of rows for field type detection
|
maxScanRows | integer |
Number of rows for automatic field type detection. Default = 20 |
|
Remove empty rows
|
ignoreEmptyLine | boolean |
Remove empty rows |
|
Skip a number of rows
|
skip | integer |
Skip a number of rows at beginning. Default = 0 |
|
Stop at a specific row
|
skipLast | integer |
Stop at a specific row number. Default = convert all rows |
|
Separator
|
delimiter | string |
Separator (delimiter) of the fields. Default = 'Automatic detection of separator' |
|
Automatic quote delimiter detection?
|
mayHaveQuotedFields | boolean |
Automatic quote delimiter detection? |
Returns
- Body
- DtoResponseHtml
Convert CSV to JSON
Convert a CSV to a JSON - https://converter.power2apps.com/1000_fileConversions/1021_ConvertCsvToJson
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
CSV has headers?
|
dataIncludesHeader | boolean |
CSV has headers? |
|
Automatic field type detection?
|
autoDiscoverFieldTypes | boolean |
Automatic field type detection? |
|
Number of rows for field type detection
|
maxScanRows | integer |
Number of rows for automatic field type detection. Default = 20 |
|
Remove empty rows
|
ignoreEmptyLine | boolean |
Remove empty rows |
|
Skip a number of rows
|
skip | integer |
Skip a number of rows at beginning. Default = 0 |
|
Stop at a specific row
|
skipLast | integer |
Stop at a specific row number. Default = convert all rows |
|
Separator
|
delimiter | string |
Separator (delimiter) of the fields. Default = 'Automatic detection of separator' |
|
Automatic quote delimiter detection?
|
mayHaveQuotedFields | boolean |
Automatic quote delimiter detection? |
|
CSV
|
csv | True | string |
CSV |
Returns
- Body
- JsonResponse
Convert File (DOCX, PPTX, XLSX, HTML, ...) to PDF
Convert a document file (Word, Powerpoint, Excel, ..) to a PDF file - https://converter.power2apps.com/4000_pdf/4011_ConvertFileToPDFV2
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Origin File Name
|
fileName | string |
Only used with 'Extract from origin file name'. E.g. 'MyFileName.docx' |
|
Origin File Extension
|
fileExtension | string |
Origin File extension |
|
File
|
file | True | byte |
File |
Returns
- Body
- FileResponse
Convert file (DOCX, PPTX, XLSX, HTML, ...) to PDF [DEPRECATED]
Convert a document (Word, Powerpoint, Excel, ..) to a PDF file
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File Name
|
fileName | string |
File name |
|
File Extension
|
fileExtension | string |
File extension |
|
File
|
file | True | byte |
File |
Returns
- Body
- FileContentResponse
Convert HTML or URL to JPG Image
Convert an HTML to an JPG (JPEG) Image or convert an URL containing HTML to an JPG (JPEG) Image - https://converter.power2apps.com/7000_html/7030_ConvertHtmlToImage
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Width
|
width | integer |
The width in px |
|
Height
|
height | integer |
The height in px |
|
HTML
|
html | True | string |
HTML |
Returns
- Body
- FileResponse
Convert HTML or URL to PDF
Convert an HTML to a PDF or convert an URL containing HTML to a PDF - https://converter.power2apps.com/7000_html/7021_ConvertHtmlToPdfV2
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
HTML
|
html | True | string |
HTML content that will be used to create the PDF file |
Landscape Format?
|
isLandscape | boolean |
Is the PDF to be created in landscape format? Default = false |
|
Quality of Image Content
|
imageQuality | integer |
Maximum image quality (in pixel) for the included images. Default = 800 |
|
Footer Options
|
footerOption | integer |
Display options in the document footer. Nothing displayed by default |
|
Header Options
|
headerOption | integer |
Display options in the document header. Nothing displayed by default |
|
Paper Format
|
paperFormat | string |
Defines the paper format, e.g. A3, A5, Letter, etc. Default = 'A4' |
|
Top margin
|
marginTop | integer |
Defines the top margin (in pixel) of the PDF. Default = 20 |
|
Bottom margin
|
marginBottom | integer |
Defines the bottom margin (in pixel) of the PDF. Default = 20 |
|
Left margin
|
marginLeft | integer |
Defines the left margin (in pixel) of the PDF. Default = 10 |
|
Right margin
|
marginRight | integer |
Defines the right margin (in pixel) of the PDF. Default = 20 |
|
Page Ranges
|
pageRanges | string |
Defines which page are to be printed, e.g. 1-3,5 etc. All pages by default |
|
Scale
|
scale | double |
Defines the scaling factor of the page content. Default = 1 |
Returns
- Body
- FileResponse
Convert HTML or URL to PDF [DEPRECATED]
Convert an HTML to a PDF or convert an URL containing HTML to a PDF - https://converter.power2apps.com/7000_html/7020_ConvertHtmlToPdf
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
HTML
|
html | True | string |
HTML |
Returns
- Body
- FileResponse
Convert HTML Table to JSON
Convert an HTML table to a JSON or extract the first HTML table from an URL and convert it to a JSON - https://converter.power2apps.com/7000_html/7011_ConvertHtmlTableToJsonV2
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
HTML table
|
htmlTable | True | string |
HTML table |
Returns
- Body
- JsonTableResponse
Convert HTML Table to JSON [DEPRECATED]
Convert an HTML table to a JSON or extract the first HTML table from an URL and convert it to a JSON
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
HTML table
|
htmlTable | True | string |
HTML table |
Returns
- Body
- JsonResponse
Convert HTML to Word File
Convert HTML to a Word file (DOCX) - https://converter.power2apps.com/7000_html/7040_ConvertHtmlToWord
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
HTML
|
html | True | string |
HTML content that will be used to create the Word file |
Returns
- Body
- DtoResponseFile
Convert Image to another Image Format
Convert a common (JPEG, JPG, PNG, BMP, GIF, TIFF, SVG, ..) image to another format (JPEG, JPG, PNG, BMP, GIF, TIFF) - https://converter.power2apps.com/3000_imagesBarcodes/3011_ConvertImageV2
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Image File
|
file | True | byte |
Image file (JPEG, JPG, PNG, BMP, GIF, TIFF, SVG) to be converted |
Output format
|
outFormat | string |
Output format in which the image is converted. Default = 'JPEG' |
Returns
- Body
- DtoResponseFile
Convert Image to another Image Format [DEPRECATED]
Convert an image to another format (JPEG, JPG, PNG, BMP, GIF, TIFF)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Output format
|
outFormat | string |
Output format |
|
File
|
file | True | byte |
File |
Returns
- Body
- FileResponse
Convert JSON to CSV
Convert a JSON to a CSV - https://converter.power2apps.com/1000_fileConversions/1012_ConvertJsonToCsvV2
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Separator
|
delimiter | string |
Separator (delimiter) of the fields. Default = ';' |
|
JSON
|
json | True | string |
JSON |
Returns
- Body
- CsvResponse
Convert JSON to CSV [DEPRECATED]
Convert JSON to CSV
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
JSON
|
JSON | True | string |
JSON |
Returns
- response
- string
Convert JSON to CSV [DEPRECATED]
Convert a JSON to a CSV
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
JSON
|
json | True | string |
JSON |
Returns
- Body
- CsvResponse
Convert JSON to Excel File
Convert a JSON to an Excel file (XLSX) - https://converter.power2apps.com/1000_fileConversions/1061_ConvertJsonToExcelV2
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
All in one table
|
allInOneTable | boolean |
All in one table |
|
JSON
|
json | True | string |
JSON |
Returns
- Body
- FileResponse
Convert JSON to Excel file [DEPRECATED]
Convert JSON to Excel file
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
All in one table
|
AllInOneTable | boolean |
All in one table |
|
JSON
|
json | True | string |
JSON |
Returns
- Body
- FileContentResponse
Convert JSON to HTML Table
Convert a JSON to a HTML table - https://converter.power2apps.com/7000_html/7050_ConvertJsonToHtmlTable
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
JSON
|
json | True | string |
JSON |
Returns
- Body
- DtoResponseHtml
Convert JSON to XML
Convert a JSON to an XML - https://converter.power2apps.com/1000_fileConversions/1041_ConvertJsonToXmlV2
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
JSON
|
json | True | string |
JSON |
Returns
- Body
- XmlResponse
Convert JSON to XML [DEPRECATED]
Convert JSON to XML
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
JSON
|
JSON | True | string |
JSON |
Returns
- response
- string
Convert JSON to YAML
Convert a JSON to a YAML - https://converter.power2apps.com/1000_fileConversions/1080_ConvertJsonToYaml
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
JSON
|
json | True | string |
JSON |
Returns
- Body
- YamlResponse
Convert XML to JSON
Convert an XML to a JSON - https://converter.power2apps.com/1000_fileConversions/1051_ConvertXmlToJsonV2
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
XML
|
xml | True | string |
XML |
Returns
- Body
- JsonResponse
Convert XML to JSON [DEPRECATED]
Convert XML to JSON
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
XML
|
XML | True | string |
XML |
Returns
- response
- string
Convert YAML to JSON
Convert a YAML to a JSON - https://converter.power2apps.com/1000_fileConversions/1070_ConvertYamlToJson
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
YAML
|
yaml | True | string |
YAML |
Returns
- Body
- JsonResponse
Create Chart Image from Table
Convert a table (JSON or CSV) into a visual chart (pie, bar, line, ...) - https://converter.power2apps.com/3000_imagesBarcodes/3090_CreateImageChart
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Width
|
width | integer |
Width of the image in pixel. Default = 500 |
|
Height
|
height | integer |
Height of the image in pixel. Default = 500 |
|
Background Color
|
backgroundColor | string |
Background color in RGB, HEX, HSL or color name. Default = 'transparent' |
|
Format
|
format | string |
Format of the image. Default = 'PNG' |
|
Table Data
|
chart | True | string |
Chart or table (JSON or CSV) that will be used to create the chart image. |
Chart Type
|
type | string |
Chart type of the generated image. Default = 'Bar' |
Returns
- Body
- DtoResponseFile
Create Graph Image
Convert Graph Description Language (DOT) into visual diagrams or charts with Graphviz - https://converter.power2apps.com/3000_imagesBarcodes/3110_CreateImageGraph
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Width
|
width | integer |
Width of the image in pixel. Default = 500 |
|
Height
|
height | integer |
Height of the image in pixel. Default = 500 |
|
Background Color
|
backgroundColor | string |
Background color in RGB, HEX, HSL or color name. Default = 'transparent' |
|
Format
|
format | string |
Format of the image. Default = 'PNG' |
|
Graph data
|
graph | True | string |
Graph data in syntax of the Graph Description Language (DOT) |
Returns
- Body
- DtoResponseFile
Create QR or Barcode
Create a QR code or a Barcode from a string - https://converter.power2apps.com/3000_imagesBarcodes/3060_CreateCodeV2
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Content
|
content | True | string |
Content of the generated code |
Code Format
|
codeFormat | string |
Choose a code type. Default = 'QR CODE' |
|
Width
|
width | integer |
Width of the QR or barcode. Default = 200 |
|
Height
|
height | integer |
Height of the QR or barcode. Default = 200 |
|
Output Format
|
outFormat | string |
Output format of QR or barcode image. Default = 'PNG' |
|
Embedded Image
|
image | byte |
Icon (picture or url) of an image embedded in the barcode. Default is empty |
|
Embedded Image Opacity
|
imageOpacity | float |
Opacity (in %) of the embedded image. Default = 90 |
|
Embedded Image Ratio
|
imageRatio | float |
Ratio (in %) of the embedded image. Default = 20 |
Returns
- Body
- DtoResponseFile
Create QR or Barcode [DEPRECATED]
Create a QR code or a Barcode from a string
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Content
|
content | True | string |
The content of the generated code |
Width
|
width | integer |
The width in px |
|
Height
|
height | integer |
The height in px |
|
Code format
|
codeFormat | string |
The format of the Qr/Bar Code |
|
Output format
|
outFormat | string |
Output format |
Returns
- Body
- FileResponse
Create Table Image from Table Data
Convert table data (JSON or CSV) into a visual table formatted as a picture - https://converter.power2apps.com/3000_imagesBarcodes/3100_CreateImageTable
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Width
|
width | integer |
Width of the image in pixel. Default = 500 |
|
Height
|
height | integer |
Height of the image in pixel. Default = 500 |
|
Background Color
|
backgroundColor | string |
Background color in RGB, HEX, HSL or color name. Default = 'transparent' |
|
Format
|
format | string |
Format of the image. Default = 'PNG' |
|
Table data
|
data | True | string |
Table data as JSON or CSV that will be used to create the chart image. |
Title
|
title | string |
Title of the image appears above the table image |
|
Table Lines?
|
hasLines | boolean |
Draw columns and rows with lines |
Returns
- Body
- DtoResponseFile
Create Watermark Image
Overlap an image (JPEG, JPG, PNG, BMP, GIF, TIFF) by another image - https://converter.power2apps.com/3000_imagesBarcodes/3080_CreateImageWatermark
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Main Image
|
image | True | byte |
Main image which is overlapped by the watermark image |
Watermark Image
|
watermarkImage | True | byte |
Watermark image which should overlap the main image |
Watermark Opacity
|
opacity | integer |
Opacity (in %) of the watermark image. Default = '25' |
|
Watermark Ratio
|
ratio | integer |
Ratio (in %) of the watermark image to the main image. Default = '25' |
|
Watermark Horizontal Position
|
imagePositionHorizontal | string |
Horizontal position of the watermark image. Default = 'center' |
|
Watermark Vertical Position
|
imagePositionVertical | string |
Vertical position of the watermark image. Default = 'center' |
Returns
- Body
- DtoResponseFile
Create Word File
Create a Word file (DOCX) with multiple text sections or add multiple text sections to a Word file (DOCX) - https://converter.power2apps.com/5000_word/5010_CreateWordFile
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Existing file content
|
existingFileContent | byte |
Existing Word file to update. By default a blank Word file is used. |
|
Type
|
sectionType | string | ||
Text
|
sectionContent | string |
Text |
Returns
- Body
- FileResponse
Extract Bookmarks from Word File
Extract all bookmarks from a Word fie (DOCX) and get them as a list - https://converter.power2apps.com/5000_word/5020_ExtractWordBookmarks
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File
|
file | True | byte |
File |
Returns
- response
- array of KeyValPair
Extract Information from IBAN
Get the bank account details like account number, bank name, bank address and SWIFT code from International Bank Account Number (IBAN) - https://converter.power2apps.com/2000_dataHandling/2020_IbanData
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
IBAN
|
account | True | string |
IBAN |
Returns
- Body
- BankingAccountData
Extract Information from Image
Get the metadata information from an image (JPEG, JPG, PNG, BMP, GIF, TIFF, ...) - https://converter.power2apps.com/3000_imagesBarcodes/3070_ImageMetaData
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File
|
file | True | byte |
File |
Returns
Extract Information from PDF
Get the metadata of a PDF - https://converter.power2apps.com/4000_pdf/4030_PDFMetaData
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File
|
file | True | byte |
File |
Returns
- Body
- Pdf_Metadata
Extract results from Send HTTP request to SharePoint search
Extract results from the action 'Send HTTP request to SharePoint' search - https://converter.power2apps.com/6000_SharePoint/6010_ConvertSharePointSearchResults
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
SP search result
|
sharepointResult | True | string |
SharePoint search result |
Returns
Get File from URL
Get a file (PDF, JPG, JPEG, PNG, CSV, ...) from an URL - https://converter.power2apps.com/2000_dataHandling/2030_UrlToFile
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
URL
|
url | True | string |
URL |
Returns
- Body
- FileResponse
Insert Image to Word File
Insert Image to a Word file (DOCX) - https://converter.power2apps.com/5000_word/5080_InsertImageToWord
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Existing file content
|
existingFileContent | True | byte |
Existing Word file to insert image in |
Placeholder name
|
placeholderName | string |
Placeholder name |
|
Placeholder image
|
placeholderImage | True | byte |
Placeholder image |
Returns
- Body
- FileResponse
Insert Table to Word File
Insert Table to a Word file (DOCX - https://converter.power2apps.com/5000_word/5090_InsertTableToWord
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Existing file content
|
existingFileContent | True | byte |
Existing Word file to insert table in |
Placeholder name
|
placeholderName | string |
Placeholder name |
|
Placeholder table
|
placeholderTable | string |
Placeholder table as json |
|
Table style
|
tableStyle | string |
Table style |
Returns
- Body
- FileResponse
Insert Text to Word File
Insert a text to a Word file (DOCX) - https://converter.power2apps.com/5000_word/5070_InsertTextToWord
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Existing file content
|
existingFileContent | True | byte |
Existing Word file to insert text in |
Placeholder name
|
placeholderName | string |
Placeholder name |
|
Placeholder text
|
placeholderText | string |
Placeholder text |
Returns
- Body
- FileResponse
Join CSVs
Join (aka merge, concate or combine) CSV tables - https://converter.power2apps.com/2000_dataHandling/2070_JoinCsvs
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Main CSV
|
mainCsv | True | string |
Main CSV which has to be supplemented with the data from the 'Second CSV' |
Join Column Name
|
mainCsvColumn | True | string |
Join using the column name common to both tables |
Second CSV
|
secondCsv | True | string |
Second table contains the data to be joined |
Second CSV Column
|
secondCsvColumn | string |
If different to 'Join Column Name' |
Returns
- Body
- DtoResponseCsv
Join JSONs
Join (aka merge, concate or combine) JSON lists - https://converter.power2apps.com/2000_dataHandling/2080_JoinJsons
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Main JSON
|
mainJson | True | string |
Main JSON which has to be supplemented with the data from the 'Second JSON' |
Join Property Name
|
mainJsonProperty | True | string |
Join using the property name common to both JSONs |
Second JSON
|
secondJson | True | string |
Second JSON contains the data to be joined |
Second JSON Property
|
secondJsonProperty | string |
If different to 'Join Property Name' |
Returns
- Body
- DtoResponseJson
Merge PDF Files
Merge two PDF files into one PDF file - https://converter.power2apps.com/4000_pdf/4020_MergePDFs
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File 1
|
file1 | True | byte |
The first file input |
File 2
|
file2 | True | byte |
The second file input |
Returns
- Body
- FileResponse
Protect PDF
Protect a PDF with a password - https://converter.power2apps.com/4000_pdf/4040_ProtectPDF
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Owner Password
|
ownerPassword | string |
Protect the editing of the PDF with the owner password |
|
User Password
|
userPassword | string |
Protect the opening of the PDF with the user password |
|
File
|
file | True | byte |
File |
Returns
- Body
- FileResponse
Read QR or Barcode
Read a QR code or Barcode from an image - https://converter.power2apps.com/3000_imagesBarcodes/3050_ReadQrOrBarcode
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File
|
file | True | byte |
File |
Returns
- Body
- CodeResponse
Regular Expression (RegEx)
Searches the specified input string for all occurrences of a specified .NET regular expression (RegEx), using the specified matching options. - https://converter.power2apps.com/2000_dataHandling/2010_RegularExpression
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text to match
|
input | True | string |
The string to search for a match |
Regular Expression
|
pattern | string |
The .NET regular expression pattern to match |
|
Regular expression option
|
option | string |
Select regular expression option |
Returns
- Body
- RegExp
Resize Image
Adjust the width and height of an image (JPEG, JPG, PNG, BMP, GIF, TIFF) - https://converter.power2apps.com/3000_imagesBarcodes/3021_ResizeImage
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Width
|
width | double |
The width of the image - empty for auto |
|
Height
|
height | double |
The height of the image - empty for auto |
|
Resize By
|
resizeBy | string |
Resize By |
|
File
|
file | True | byte |
File |
Returns
- Body
- FileResponse
Resize Image [DEPRECATED]
Adjust the width and height of an image (JPEG, JPG, PNG, BMP, GIF, TIFF)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Width
|
width | double |
The width of the image - empty for auto |
|
Height
|
height | double |
The height of the image - empty for auto |
|
Format
|
outFormat | string |
Outputformat |
|
Resize By
|
resizeBy | string |
Resize By |
|
File
|
file | True | byte |
File |
Returns
- Body
- FileResponse
Rotate Image
Rotate an image (JPEG, JPG, PNG, BMP, GIF, TIFF) by an angle (degree) of your choice - https://converter.power2apps.com/3000_imagesBarcodes/3030_RotateImage
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Rotate
|
rotate | float |
Degrees the image is rotated with |
|
Output format
|
outFormat | string |
Output format |
|
File
|
file | True | byte |
File |
Returns
- Body
- FileResponse
Sort CSV
Sort a CSV - https://converter.power2apps.com/2000_dataHandling/2060_SortCsv
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
CSV
|
csv | True | string |
CSV |
CSV has headers?
|
dataIncludesHeader | boolean |
CSV has headers? |
|
Automatic field type detection?
|
autoDiscoverFieldTypes | boolean |
Automatic field type detection? |
|
Number of rows for field type detection
|
maxScanRows | integer |
Number of rows for automatic field type detection. Default = 20 |
|
Remove empty rows
|
ignoreEmptyLine | boolean |
Remove empty rows |
|
Skip a number of rows
|
skip | integer |
Skip a number of rows at beginning. Default = 0 |
|
Stop at a specific row
|
skipLast | integer |
Stop at a specific row number. Default = convert all rows |
|
Separator
|
delimiter | string |
Separator (delimiter) of the fields. Default = 'Automatic detection of separator' |
|
Automatic quote delimiter detection?
|
mayHaveQuotedFields | boolean |
Automatic quote delimiter detection? |
|
Sort column?
|
sortColumn | string |
Column to sort by? |
|
Further sorting column?
|
secondSortColumn | string |
Further column to sort by? |
|
Reverse order?
|
isReverse | boolean |
Reverse order? |
Returns
- Body
- DtoResponseCsv
Sort JSON
Sort a JSON object, list or array - https://converter.power2apps.com/2000_dataHandling/2050_SortJson
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
JSON
|
json | True | string |
JSON object, list or array that will be sorted |
Sort property?
|
sortProperty | string |
Property to sort by? |
|
Further sorting property?
|
secondSortProperty | string |
Further property to sort by? |
|
Reverse order?
|
isReverse | boolean |
Reverse order? |
Returns
- Body
- DtoResponseJson
Translate Text
Translate a word or sentence - https://converter.power2apps.com/2000_dataHandling/2040_Translate
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
From
|
from | True | string |
From |
To
|
to | True | string |
To |
Translation
|
translation | True | string |
Translation |
Returns
- Body
- TranslationResponse
Unprotect PDF
Remove the protection from a pdf - https://converter.power2apps.com/4000_pdf/4050_UnprotectPDF
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Owner Password
|
ownerPassword | string |
Owner Password |
|
Remove Permissions
|
removePermissions | boolean |
Remove all access permissions |
|
File
|
file | True | byte |
File |
Returns
- Body
- FileResponse
Definitions
BankingAccountData
Name | Path | Type | Description |
---|---|---|---|
Is Valid
|
isValid | boolean |
Is Valid |
Is Valid SEPA Country
|
isSepaCountry | boolean |
Is Valid Single Euro Payment Areas (SEPA) Country |
Country Code
|
countryCode | string |
Country Code |
BBAN
|
bban | string |
Basic Bank Account Number (BBAN) |
Bank Code
|
bankCode | string |
Bank Code |
Branch Code
|
branchCode | string |
Branch Code |
Account Number
|
accountNumber | string |
Account Number |
Formatted IBAN
|
formattedIban | string |
Formatted International Bank Account Number (IBAN) |
Unformatted IBAN
|
unformattedIban | string |
Unformatted International Bank Account Number (IBAN) |
SWIFT Code
|
swift_code | string |
SWIFT Code / BIC |
Bank Name
|
bank_name | string |
Bank Name |
Bank City
|
bank_city | string |
Bank City |
Bank ZIP
|
bank_zip | string |
Bank ZIP |
Bank Address
|
bank_adress | string |
Bank Address |
CodeResponse
Name | Path | Type | Description |
---|---|---|---|
Code value
|
codeValue | string |
Code value |
Code type
|
codeType | string |
Code type |
CsvResponse
Name | Path | Type | Description |
---|---|---|---|
CSV response
|
csv | string |
CSV response |
DtoResponseColor
Name | Path | Type | Description |
---|---|---|---|
RGB
|
rgb | string |
RGB |
HEX
|
hex | string |
HEX |
CMYK
|
cmyk | string |
CMYK |
HSL
|
hsl | string |
HSL |
HSV
|
hsv | string |
HSV |
XYZ
|
xyz | string |
XYZ |
YIQ
|
yiq | string |
YIQ |
YUV
|
yuv | string |
YUV |
Color name
|
colorName | string |
Color name |
DtoResponseCsv
Name | Path | Type | Description |
---|---|---|---|
CSV response
|
csv | string |
CSV response |
DtoResponseFile
Name | Path | Type | Description |
---|---|---|---|
File response
|
file | byte |
File response |
File response as string
|
fileContent | string |
File response as string |
MIME type
|
mimeType | string |
MIME type |
Extension
|
extension | string |
Extension |
DtoResponseHtml
Name | Path | Type | Description |
---|---|---|---|
HTML response
|
html | string |
HTML response |
DtoResponseJson
Name | Path | Type | Description |
---|---|---|---|
JSON response
|
json | string |
JSON response |
FileContentResponse
Name | Path | Type | Description |
---|---|---|---|
File response
|
fileContent |
File response |
FileResponse
Name | Path | Type | Description |
---|---|---|---|
File response
|
file | byte |
File response |
File response as string
|
fileContent | string |
File response as string |
MIME type
|
mimeType | string |
MIME type |
Extension
|
extension | string |
Extension |
ImageMetaDataResponse
Name | Path | Type | Description |
---|---|---|---|
Image format
|
imageFormat | string |
Image format |
Image size
|
imageSize | double |
Image size |
Width
|
width | integer |
Width |
Height
|
height | integer |
Height |
Orientation
|
orientation | string |
Orientation |
Bits per Pixel
|
bits | integer |
Bits per Pixel |
Date of recording
|
recordingDate | string |
Date of recording |
Horizontal Resolution
|
horizontalResolution | float |
Horizontal Resolution |
Vertical Resolution
|
verticalResolution | float |
Vertical Resolution |
Has EXIF Data
|
hasEXIFData | boolean |
Has EXIF Data |
EXIF Data
|
exifData | string |
EXIF Data |
Has XMP Data
|
hasXMPData | boolean |
Has XMP Data |
JsonResponse
Name | Path | Type | Description |
---|---|---|---|
JSON response
|
json | string |
JSON response |
JsonTableResponse
Name | Path | Type | Description |
---|---|---|---|
JSON table response
|
firstTable | string |
JSON table response |
tables
|
tables | array of string |
KeyValPair
Name | Path | Type | Description |
---|---|---|---|
Key
|
key | string |
Key |
Value
|
value | string |
Value |
Pdf_Metadata
Name | Path | Type | Description |
---|---|---|---|
Author
|
author | string |
Author |
CreationDate
|
creationDate | integer |
CreationDate |
Creator
|
creator | string |
Creator |
ModificationDate
|
modificationDate | integer |
ModificationDate |
Producer
|
producer | string |
Producer |
Subject
|
subject | string |
Subject |
Title
|
title | string |
Title |
FileSize
|
fileSize | integer |
FileSize |
PDFVersion
|
pdfVersion | integer |
PDFVersion |
PageCount
|
pageCount | integer |
PageCount |
Keywords
|
keywords | string |
Keywords |
RegExp
Name | Path | Type | Description |
---|---|---|---|
Text to match
|
input | string |
The string to search for a match |
Regular Expression
|
pattern | string |
The .NET regular expression pattern to match |
Regular expression option
|
option | string |
Select regular expression option |
Is match?
|
isMatch | boolean | |
matches
|
matches | array of | |
First match
|
firstMatch | ||
First match value
|
firstMatchValue | string |
SharePointSearchResultResponse
Name | Path | Type | Description |
---|---|---|---|
Title
|
title | string |
Title |
Link
|
link | string |
Link |
TranslationResponse
Name | Path | Type | Description |
---|---|---|---|
First translation response
|
firstTranslation | string |
First translation response |
Translations response
|
translations | array of string |
Translations response |
XmlResponse
Name | Path | Type | Description |
---|---|---|---|
XML response
|
xml | string |
XML response |
YamlResponse
Name | Path | Type | Description |
---|---|---|---|
Yaml response
|
yaml | string |
Yaml response |
string
This is the basic data type 'string'.