We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b471b commit 772bdacCopy full SHA for 772bdac
Scripts/Export-Docx-To-PDF.ps1 renamed to Scripts/Convert-Docx-To-PDF.ps1
@@ -26,4 +26,4 @@ $wordFile = $wordObject.Documents.Open($wordPath)
26
$wordFile.SaveAs([ref] $pdfPath, [ref] 17)
27
$wordFile.Close()
28
$wordObject.Quit()
29
-Write-Host "Exporting completed!" -ForegroundColor Green
+Write-Host "Exporting completed!" -ForegroundColor Green
0 commit comments