Documents.Open("C:\Temp\Document.docx") #Creates the PDF file $name = ($doc.FullName).replace('docx', 'pdf') $doc.SaveAs($name, 17) $doc.
確定! 回上一頁