@@ -18,26 +18,68 @@ Convert JSON to XML
1818### Convert XML to JSON
1919Convert XML to JSON
2020
21- ### Convert JSON to XML
22- Convert JSON To XML
23-
24- ### Convert XML to JSON
25- Convert XML To JSON
26-
2721### Convert CSV to Excel
2822Convert CSV data to Excel file
2923
3024### Convert JSON to Excel
3125Convert JSON to Excel file
3226
33- ### Convert SharePoint search results to list
27+ ### Convert HTTP request SharePoint results to list
3428Convert SharePoint search results to a simple list
3529
3630### Convert file (DOCX, PPTX, XLSX, HTML, ...) to PDF
3731Convert a document (Word, Powerpoint, Excel, ..) to a PDF-File
3832
39- ### Regular Expression
33+ ### Regular Expression (RegEx)
4034Searches a specified input string for all occurrences of a specified regular expression
4135
4236### Create Word (DOCX) file
43- Create a Word (DOCX) file
37+ Create a Word (DOCX) file
38+
39+ ### Add Image to a Word (DOCX) file
40+ Add Image to a Word (DOCX) file or create new Word (DOCX) file with image
41+
42+ ### Add Image within a Table to a Word (DOCX) file
43+ Add Image within a Table to a Word (DOCX) file or create new Word (DOCX) file with image
44+
45+ ### Add Table to a Word (DOCX) file
46+ Add Table to a Word (DOCX) file or create new Word (DOCX) file with image
47+
48+ ### Add Text to a Word (DOCX) file
49+ Add Text to a Word (DOCX) file or create new Word (DOCX) file with image
50+
51+ ### Extract Word (DOCX) bookmarks to a list
52+ Extract all Word (DOCX) bookmarks to a list
53+
54+ ### Resize an image
55+ Resize an image (JPEG, JPG, PNG, BMP, GIF, TIFF, ..)
56+
57+ ### Rotate an image
58+ Rotate an image (JPEG, JPG, PNG, BMP, GIF, TIFF, ..)
59+
60+ ### Compress an image
61+ Compress an image
62+
63+ ### Convert an image
64+ Convert an image to JPEG, JPG, PNG, BMP, GIF, TIFF, ..
65+
66+ ### Merge PDFs
67+ Merge PDFs
68+
69+ ### Get PDF Metadata
70+ Get the meta data of a PDF
71+
72+ ### Protect PDF
73+ Protect a PDF with a password
74+
75+ ### Unprotect PDF
76+ Remove the protection from a pdf
77+
78+ ### Convert HTML table to JSON
79+ Convert HTML table to JSON
80+
81+ ### Read QR or Barcode
82+ Read a QR or Barcode from an image
83+
84+ ### Create a QR or Barcode
85+ Create a QR or Barcode from an string
0 commit comments