Skip to content

Commit fe26f5e

Browse files
authored
Update README.md
1 parent 4bd6e93 commit fe26f5e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ Repository of small scripts that can be used for specific tasks such as obtainin
1414
- ### Convert-VHDX-To-Qcow2.ps1
1515
Converts .vhdx file to a .qcow2 file, file selection functionality with interaction box
1616

17-
- ### Decrypt-Password.ps1
18-
Decrypts password stored in ".\Password.txt" and outputs the password result in clear text
19-
20-
- ### Encrypt-Password.ps1
21-
Encrypts password passed through an input and saves it encrypted in a ".\Password.txt" file
22-
23-
- ### Export-Docx-To-PDF.ps1
17+
- ### Convert-Docx-To-PDF.ps1
2418
Exports .docx file to a .pdf file, file selection functionality with interaction box
2519

2620
- **Requeriments**
2721
- Word Application
2822

29-
- ### Export-PDF-To-Docx.ps1
23+
- ### Convert-PDF-To-Docx.ps1
3024
Exports .pdf file to a .docx file, file selection functionality with interaction box
3125

3226
- **Requeriments**
3327
- Word Application
28+
29+
- ### Decrypt-Password.ps1
30+
Decrypts password stored in ".\Password.txt" and outputs the password result in clear text
31+
32+
- ### Encrypt-Password.ps1
33+
Encrypts password passed through an input and saves it encrypted in a ".\Password.txt" file
3434

3535
- ### Format-XML.ps1
3636
Formats an XML document to make it easier to view.

0 commit comments

Comments
 (0)