tags: `python` # python讀取/修改PDF ## 安裝```shell= pip3 install pikepdf ... from pikepdf import Pdf sample_pdf = Pdf.open('Python連結Arduino.pdf') ...
確定! 回上一頁