Skip to content

Commit f72d56d

Browse files
authored
Encodian May 23 Release (microsoft#2615)
* Encodian Jan 23 * Encodian Jan 23 #2 * Encodian Jan 23 #3 * Encodian April 23 Release * Encodian May 23 Release
1 parent 6846b10 commit f72d56d

File tree

2 files changed

+767
-22
lines changed

2 files changed

+767
-22
lines changed

certified-connectors/Encodian/Readme.md

Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
## Encodian Power Automate Action Documentation
1111
The [Encodian Support Portal](https://support.encodian.com/hc/en-gb/sections/360002169954-Power-Automate-Action-Documentation) provides detailed documentation and sample solutions.
1212

13-
## Supported Operations
13+
## Standard Actions
1414

1515
### Convert to PDF
1616
Convert a document to PDF or PDF/A format - https://support.encodian.com/hc/en-gb/articles/360011123574-Convert-to-PDF
@@ -111,6 +111,9 @@ Extract PDF form data from a PDF Form - https://support.encodian.com/hc/en-gb/ar
111111
### Search and Replace Text
112112
Find and replace text contained within a PDF or DOCX document - https://support.encodian.com/hc/en-gb/articles/360020937853-Search-and-Replace-Text
113113

114+
### Update Word Hyperlinks
115+
Search for and update hyperlinks within a Microsoft Word document - https://support.encodian.com/hc/en-gb/articles/7136687719837
116+
114117
### Replace Text with Image
115118
Find and replace text contained within a PDF or DOCX document with an image - https://support.encodian.com/hc/en-gb/articles/360027234874
116119

@@ -231,14 +234,52 @@ Get all the tracked changes (Revisions and comments) for the Microsoft Word docu
231234
### Sign PDF
232235
Apply a digital signature to the PDF document provided - https://support.encodian.com/hc/en-gb/articles/7117159708189
233236

234-
### Convert JSON to Excel
235-
Convert the JSON data to provided to a Microsoft Excel or CSV document - https://support.encodian.com/hc/en-gb/articles/7690520790045
237+
### Enable Tracked Changes
238+
Enables tracked changes for the Microsoft Word document provided - https://support.encodian.com/hc/en-gb/articles/6695385009053
236239

237-
### Update Word Hyperlinks
238-
Search for and update hyperlinks within a Microsoft Word document - https://support.encodian.com/hc/en-gb/articles/7136687719837
240+
### Disable Tracked Changes
241+
Disables tracked changes for the Microsoft Word document provided - https://support.encodian.com/hc/en-gb/articles/6695370804125
242+
243+
### Compress PowerPoint
244+
Applies compression to the PowerPoint or presentation file provided - https://support.encodian.com/hc/en-gb/articles/7621965500189
239245

240246
### Remove Watermark from Word
241247
Remove both an image and text watermark from the Microsoft Word document - https://support.encodian.com/hc/en-gb/articles/7752587767965
242248

243249
### Remove Watermarks from PDF
244-
Removes all or targeted watermarks from the PDF document provided - https://support.encodian.com/hc/en-gb/articles/7751328751645
250+
Removes all or targeted watermarks from the PDF document provided - https://support.encodian.com/hc/en-gb/articles/7751328751645
251+
252+
### Add Attachments to PDF
253+
Attaches (also referred to as embeds) the files provided within the 'Attachments' property to the PDF document provided - https://support.encodian.com/hc/en-gb/articles/8087678202653-Add-Attachments-to-PDF
254+
255+
### Convert JSON to Excel
256+
Convert the JSON data to provided to a Microsoft Excel or CSV document - https://support.encodian.com/hc/en-gb/articles/7690520790045
257+
258+
### Convert PDF to PNG
259+
Converts every page contained within the PDF document provided to a single PNG image - https://support.encodian.com/hc/en-gb/articles/10086003836701-Convert-PDF-to-PNG
260+
261+
## Utility Actions
262+
263+
### Utility - Clean Text
264+
Removes specified characters and performs specified clean operations upon the text value provided - https://support.encodian.com/hc/en-gb/articles/10072015106077
265+
266+
### Utility - Create GUID
267+
Generates a new GUID - https://support.encodian.com/hc/en-gb/articles/9563119917597
268+
269+
### Utility - Extract Email Addresses from Text
270+
Detects and returns all email addresses found within the text provided - https://support.encodian.com/hc/en-gb/articles/10068475924253
271+
272+
### Utility - Extract Text between Values
273+
Rreturns a string value extracted from two defined points within the string value provided - https://support.encodian.com/hc/en-gb/articles/9604938273565
274+
275+
### Utility - Validate Email Address
276+
Validates the email address provided - https://support.encodian.com/hc/en-gb/articles/9588817792925
277+
278+
### Utility - Validate GUID
279+
Validates whether the string value provided is a valid GUID - https://support.encodian.com/hc/en-gb/articles/9601440603421
280+
281+
### Utility - Validate URL Availability
282+
Checks whether the URL provided is available - https://support.encodian.com/hc/en-gb/articles/9224582350365
283+
284+
### Utility - Validate URL Syntax
285+
Validates whether the string value provided is a valid URL - https://support.encodian.com/hc/en-gb/articles/9601816944413

0 commit comments

Comments
 (0)