Skip to content

Commit

Permalink
New Converter Actions by Power2Apps (#3034)
Browse files Browse the repository at this point in the history
* Added new action

* Added New Actions

* New Actions:
- Regular Expression
- Convert JSON to Excel
- Create Word file

* Add description

* ..

* Converter by Power2Apps/apiDefinition.swagger.json new actions

* Description correction

* deprecated changes

* - New Converter Actions by Power2Apps

* - summery correction by Power2Apps

---------

Co-authored-by: Siek <[email protected]>
  • Loading branch information
stsiek and Siek authored Oct 23, 2023
1 parent f5a58e0 commit 3e36ab4
Show file tree
Hide file tree
Showing 2 changed files with 807 additions and 128 deletions.
108 changes: 63 additions & 45 deletions certified-connectors/Converter by Power2Apps/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,79 +7,97 @@ Convert your data easily from one format to another with Microsoft Power Automat
## Supported Operations

### Convert CSV to JSON
Convert CSV data to JSON
Convert a CSV to a JSON

### Convert JSON to CSV
Convert JSON to CSV data
Convert a JSON to a CSV

### Convert XML to JSON
Convert an XML to a JSON

### Convert JSON to XML
Convert JSON to XML
Convert a JSON to an XML

### Convert XML to JSON
Convert XML to JSON
### Convert CSV to Excel File
Convert a CSV to an Excel file (XLSX)

### Convert CSV to Excel
Convert CSV data to Excel file
### Convert JSON to Excel File
Convert a JSON to an Excel file (XLSX)

### Convert JSON to Excel
Convert JSON to Excel file
### Convert JSON to YAML
Convert a JSON to a YAML

### Convert HTTP request SharePoint results to list
Convert SharePoint search results to a simple list
### Convert YAML to JSON
Convert a YAML to a JSON

### Convert file (DOCX, PPTX, XLSX, HTML, ...) to PDF
Convert a document (Word, Powerpoint, Excel, ..) to a PDF-File
### 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

### Regular Expression (RegEx)
Searches a specified input string for all occurrences of a specified regular expression
### 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

### Convert HTML or URL to PDF
Convert an HTML to a PDF or convert an URL containing HTML to a PDF

### Convert File (DOCX, PPTX, XLSX, HTML, ...) to PDF
Convert a document file (Word, Powerpoint, Excel, ..) to a PDF file

### Create Word (DOCX) file
Create a Word (DOCX) file
### Create Word File
Create a Word file (DOCX) with multiple text sections or add multiple text sections to a Word file (DOCX)

### Add Image to a Word (DOCX) file
Add Image to a Word (DOCX) file or create new Word (DOCX) file with image
### Add Image to Word File
Add Image to a Word file (DOCX) or create a new Word file (DOCX) with image

### Add Image within a Table to a Word (DOCX) file
Add Image within a Table to a Word (DOCX) file or create new Word (DOCX) file with image
### Add Image to Word File within a 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

### Add Table to a Word (DOCX) file
Add Table to a Word (DOCX) file or create new Word (DOCX) file with image
### Add Table to Word File
Add Table to a Word file (DOCX) or create a new Word file (DOCX) with a table

### Add Text to a Word (DOCX) file
Add Text to a Word (DOCX) file or create new Word (DOCX) file with image
### Add Text to Word File
Add a text to a Word file (DOCX) or create a new Word file (DOCX) with a text

### Extract Word (DOCX) bookmarks to a list
Extract all Word (DOCX) bookmarks to a list
### Extract Bookmarks from Word File
Extract all bookmarks from a Word fie (DOCX) and get them as a list

### Resize an image
Resize an image (JPEG, JPG, PNG, BMP, GIF, TIFF, ..)
### Extract results from Send HTTP request to SharePoint
Extract results from the action 'Send HTTP request to SharePoint'

### Rotate an image
Rotate an image (JPEG, JPG, PNG, BMP, GIF, TIFF, ..)
### Extract Information from PDF
Get the metadata of a PDF

### Compress an image
Compress an image
### Extract Information from Image
Get the metadata information from an image (JPEG, JPG, PNG, BMP, GIF, TIFF, ...)

### Convert an image
Convert an image to JPEG, JPG, PNG, BMP, GIF, TIFF, ..
### Convert Image to another Image Format
Convert an image to another format (JPEG, JPG, PNG, BMP, GIF, TIFF)

### Merge PDFs
Merge PDFs
### Resize Image
Adjust the width and height of an image (JPEG, JPG, PNG, BMP, GIF, TIFF)

### Get PDF Metadata
Get the meta data of a PDF
### Rotate Image
Rotate an image (JPEG, JPG, PNG, BMP, GIF, TIFF) by an angle (degree) of your choice

### Compress JPG Image
Compress a JPG (JPEG) image

### Merge PDF Files
Merge two PDF files into one PDF file

### Protect PDF
Protect a PDF with a password

### Unprotect PDF
Remove the protection from a pdf

### Convert HTML table to JSON
Convert HTML table to JSON

### Read QR or Barcode
Read a QR or Barcode from an image
Read a QR code or Barcode from an image

### Create a QR or Barcode
Create a QR or Barcode from an string
### Create QR or Barcode
Create a QR code or a Barcode from a string

### Get File from URL
Get a file (PDF, JPG, JPEG, PNG, CSV, ...) from an URL

### Regular Expression (RegEx)
Searches the specified input string for all occurrences of a specified .NET regular expression (RegEx), using the specified matching options.
Loading

0 comments on commit 3e36ab4

Please sign in to comment.