pypdf
How to read line by line in pdf file using PyPdf?
I have some code to read from a pdf file. Is there a way to read line by line from the pdf file (not pages) using Pypdf, Python 2.6, on Windows?[详细]
2022-12-23 07:12 分类:问答Aligning two PDFs for a merge using Cairo and pyPDF
I need to programmatically add additional graphical elements onto an existing, static PDF book cover. Right now I use pycairo to draw onto a transparent PDFSurface, then merge it into the existing sta[详细]
2022-12-21 00:28 分类:问答Generating & Merging PDF Files in Python
I want to automatically generate booking confirmation PDF files in Python.Most of the content will be static (i.e. logos, booking terms, phone numbers), with a few dynamic bits (dates, costs, etc).[详细]
2022-12-20 07:55 分类:问答What program to write pdf including other pdf on Linux from Python?
On an Ubuntu server, I want to create pdfs which include other static pdfs. I have tried using ReportLab with pyPdf. Ideally I would use ReportLab to do the whole thing, but in order to import the pdf[详细]
2022-12-16 06:49 分类:问答python and pyPdf - how to extract text from the pages so that there are spaces between lines
currently, if I make a page object of a pdf page with pyPdf, and extractText(), what happens is that lines are concatenated to开发者_StackOverflowgether. For example, if line 1 of the page says \"hell[详细]
2022-12-10 00:30 分类:问答
加载中,请稍侯......