下面这个例子,我可以将所有元素都列在一个PDF文件中。import pyPdf pdf = pyPdf.PdfFileReader(open("pdffile.pdf")) list(pdf.pages) # Process all ...
確定! 回上一頁