英文: PyPDF2:Creating EncodedStreamObject is not currently supported 问题 以下是代码部分的中文翻译: # 导入所需的库 from Py...
使用pypdf来修复PDF文档中的方向问题。
英文: Using pypdf to fix orientation problems within pdf document 问题 我正在尝试在PDF页面的坐标(x,y)处添加下拉注释。 我希望将这...
使用Python向多页PDF添加文本
英文: Add text to multiple page long PDF using Python 问题 以下是翻译好的部分: 我的情况 嗨,我相对新手使用Python进行编程,目前正在开发一个“...
PyPDF2如何读取PDF页面的正确大小
英文: How can PyPDF2 read the correct size of a PDF page 问题 我尝试使用PyPDF2获取PDF的宽度和高度: w, h = page.mediaB...
如何将PDF文件汇总为纯文本,并创建并放置新文件在桌面上?
英文: How to summarize pdf file into plain text, and create and place new file on desktop? 问题 我想自动将PDF...
如何编辑/修改/替换现有 PDF 文件中的文本?
英文: How can I edit/modify/replace text in an existing PDF file? 问题 我正在进行我的毕业项目,所以我正在开发一个网站,用户可以在上面阅读...
为什么无论我选择哪一个,这些按钮都会打开同一个文件?
英文: Why do these buttons open the same file regardless of which on I select? 问题 以下是翻译好的部分: I'm makin...
从阿拉伯语的PDF中提取文本并获取反向文本。
英文: Extracting text from PDF in Arabic language and getting backwards text 问题 我制作了一个Python脚本,可以将包含短语...
PyPDF4 – 导出的PDF文件大小过大
英文: PyPDF4 - Exported PDF file size too big 问题 我有一个大约有7000页、479 MB的PDF文件。 我创建了一个Python脚本,使用PyPDF4来提取...
pypdf2与PyPDF2是一样的吗?
英文: Is pypdf2 the same as PyPDF2? 问题 I installed PyPDF2 using pip. The first time I used all lowerca...
2