import sys import os import comtypes.client wdFormatPDF = 17 in_file = "Input_file_path.docx" out_file = "output_file_path.pdf" word ...
確定! 回上一頁