Skip to content

Commit 772bdac

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ $wordFile = $wordObject.Documents.Open($wordPath)
2626
$wordFile.SaveAs([ref] $pdfPath, [ref] 17)
2727
$wordFile.Close()
2828
$wordObject.Quit()
29-
Write-Host "Exporting completed!" -ForegroundColor Green
29+
Write-Host "Exporting completed!" -ForegroundColor Green

0 commit comments

Comments
 (0)