with pdfplumber.open(file) as pdf: page = pdf.pages[0] for page in pdf.pages: text = page.extract_text() this code is printing only second ...
確定! 回上一頁