Skip to content

Commit 4bd6e93

Browse files
authored
Update and rename Export-PDF-To-Docx.ps1 to Convert-PDF-To-Docx.ps1
1 parent 772bdac commit 4bd6e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Export-PDF-To-Docx.ps1 renamed to Scripts/Convert-PDF-To-Docx.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ $txt = $wordObject.Documents.Open(
2929
$wordObject.Documents[1].SaveAs($wordPath)
3030
$wordObject.Documents[1].Close()
3131
$wordObject.Quit()
32-
Write-Host "Exporting completed!" -ForegroundColor Green
32+
Write-Host "Exporting completed!" -ForegroundColor Green

0 commit comments

Comments
 (0)