Installation. You can install PyPDF2 via pip: pip install PyPDF2 · Usage. from PyPDF2 import PdfReader reader = PdfReader("example.pdf") number_of_pages = len( ...
確定! 回上一頁