pages = convert_from_path('pdf_file', 500) #Saving pages in jpeg format for page in pages: page.save('out.jpg', 'JPEG') ...
確定! 回上一頁