Skip to content

Commit

Permalink
Add docu actions (#3148)
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

* Converter by Power2Apps
- spelling correction

* Converter by Power2Apps
- spelling correction

* New Actions added

* Added Actions to Readme.md

* Add docu link to actions

---------

Co-authored-by: Siek <stephan.siek@gmail.com>
  • Loading branch information
stsiek and Siek authored Dec 18, 2023
1 parent 01b4512 commit 4410e03
Show file tree
Hide file tree
Showing 2 changed files with 597 additions and 22 deletions.
56 changes: 54 additions & 2 deletions certified-connectors/Converter by Power2Apps/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,96 +8,148 @@ Convert your data easily from one format to another with Microsoft Power Automat

### Convert CSV to JSON
Convert a CSV to a JSON
https://converter.power2apps.com/1000_fileConversions/1021_ConvertCsvToJson

### Convert JSON to CSV
Convert a JSON to a CSV
https://converter.power2apps.com/1000_fileConversions/1011_ConvertJsonToCsv

### Convert XML to JSON
Convert an XML to a JSON
https://converter.power2apps.com/1000_fileConversions/1051_ConvertXmlToJsonV2

### Convert JSON to XML
Convert a JSON to an XML
https://converter.power2apps.com/1000_fileConversions/1041_ConvertJsonToXmlV2

### Convert CSV to Excel File
Convert a CSV to an Excel file (XLSX)
https://converter.power2apps.com/1000_fileConversions/1031_ConvertCsvToExcel

### Convert JSON to Excel File
Convert a JSON to an Excel file (XLSX)
https://converter.power2apps.com/1000_fileConversions/1061_ConvertJsonToExcelV2

### Convert JSON to YAML
Convert a JSON to a YAML
https://converter.power2apps.com/1000_fileConversions/1080_ConvertJsonToYaml

### Convert YAML to JSON
Convert a YAML to a JSON
https://converter.power2apps.com/1000_fileConversions/1070_ConvertYamlToJson

### 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

### 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

### 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/7020_ConvertHtmlToPdf

### 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

### 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

### 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

### 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
https://converter.power2apps.com/5000_word/5040_AddImageWithinTableToWord

### 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/5050_AddTableToWord

### 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

### Inset Text to Word File
Inset a text to a Word file (DOCX)
https://converter.power2apps.com/5000_word/5070_InsertTextToWord

### Inset Image to Word File
Inset a image to a Word file (DOCX)
https://converter.power2apps.com/5000_word/5080_InsertImageToWord

### Inset Table to Word File
Inset a table to a Word file (DOCX)
https://converter.power2apps.com/5000_word/5090_InsertTableToWord

### 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_ExtractBookmarksToList

### Extract results from Send HTTP request to SharePoint
Extract results from the action 'Send HTTP request to SharePoint'
### 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

### 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

### Extract Information from PDF
Get the metadata of a PDF
https://converter.power2apps.com/4000_pdf/4030_PDFMetaData

### 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

### Convert Image to another Image Format
Convert an image to another format (JPEG, JPG, PNG, BMP, GIF, TIFF)
https://converter.power2apps.com/3000_imagesBarcodes/3010_ConvertImage

### Resize Image
Adjust the width and height of an image (JPEG, JPG, PNG, BMP, GIF, TIFF)
https://converter.power2apps.com/3000_imagesBarcodes/3020_ResizeImage

### 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

### Compress JPG Image
Compress a JPG (JPEG) image
https://converter.power2apps.com/3000_imagesBarcodes/3040_CompressImage

### Merge PDF Files
Merge two PDF files into one PDF file
https://converter.power2apps.com/4000_pdf/4020_MergePDFs

### Protect PDF
Protect a PDF with a password
https://converter.power2apps.com/4000_pdf/4040_ProtectPDF

### Unprotect PDF
Remove the protection from a pdf
https://converter.power2apps.com/4000_pdf/4050_UnprotectPDF

### Read QR or Barcode
Read a QR code or Barcode from an image
https://converter.power2apps.com/3000_imagesBarcodes/3050_ReadQrOrBarcode

### Create QR or Barcode
Create a QR code or a Barcode from a string
https://converter.power2apps.com/3000_imagesBarcodes/3060_CreateQrOrBarcode

### Get File from URL
Get a file (PDF, JPG, JPEG, PNG, CSV, ...) from an URL
https://converter.power2apps.com/2000_dataHandling/2030_UrlToFile

### 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

### Translate Text
Translate a word or sentence
https://converter.power2apps.com/2000_dataHandling/2040_Translate
Loading

0 comments on commit 4410e03

Please sign in to comment.