A Pure-Python library built as a PDF toolkit.

learn more… | top users | synonyms

1
vote
2answers
140 views

display pdf pages with GUI on tkinter

I`m using pyPdf to crop pdf pages. And the only thing i miss, is GUI for this script. I picked up tkinter module to do the GUI, but i cannot find whether it is possible to display pdf pages with GUI ...
1
vote
2answers
665 views

Split PDF files in python - ValueError: invalid literal for int() with base 10: '' "

I am trying to split a huge pdf file into several small pdfs usinf pyPdf. I was trying with this oversimplified code: from pyPdf import PdfFileWriter, PdfFileReader inputpdf = ...
3
votes
1answer
334 views

Problem running a python script (pypdf/hex errors)

I am trying to create a Python script using the PyPDF Module. What the script does it take the 'Root' folder, merges all the PDFs in it and outputs the merged PDF in an 'Output' folder and renames it ...
2
votes
1answer
234 views

Assertion Error in Pypdf package in Python

I am using Python 2.4 and PyPdf 1.13 on a Windows platform. I am trying to merge PDF files from a list into one using the following code: import os from pyPdf import PdfFileWriter, PdfFileReader ...
2
votes
1answer
482 views

How to get bookmark's page number

from pyPdf import PdfFileReader f = open('document.pdf', 'rb') p = PdfFileReader(f) o = p.getOutlines() List object o consists of Dictionary objects pyPdf.pdf.Destination (bookmarks), which has many ...
1
vote
1answer
214 views

Extract Text Using PdfMiner and PyPDF2 Merges columns

I am trying to parse the pdf file text using pdfMiner, but the extracted text gets merged. I am using the pdf file from the following link. PDF File I am good with any type of output (file/string). ...
1
vote
1answer
263 views

pyPdf error invalid argument

I'm actually using pyPdf to open, read and write the content of a PDF file. for that I use these lines of code : from pyPdf import PdfFileWriter, PdfFileReader pdf = ...
1
vote
1answer
467 views

pyPdf output files are the same size regardless of page count

I'm trying to use pyPdf to extract a few pages from a large pdf to a separate file. Whenever I do, the resulting filesize is nearly identical to the source file. I think it has something to do with ...
0
votes
1answer
66 views

Merge non-standard PDFs with pyPdf

I would like to merge a couple of PDF files into a single PDF document. As it turns out, the input files are not fully standard-compliant. The EOF marker is followed by some additional information: ...
0
votes
1answer
147 views

PyPDF2 throws error when merging (Python3.3/Win7)

I'm using PyPDF2 to do a simple merge of PDFs. I wrote the code on XP/Python 3.2 and it works fine. When I moved it to Win7-64bit/Python 3.3 and used the latest PyPDF2 distribution ...
0
votes
1answer
103 views

Python PyPDF - EOF Marker Not Found

I have seen other articles that talked about doing something along the lines of: fileOpen = file(file_name,'a') fileOpen.write("%%EOF") file.close() But this does not work For me. Anyone have any ...
0
votes
1answer
102 views

finding on which page a search string is located in a pdf document using python

Which python packages can I use to find out out on which page a specific “search string” is located ? I looked into several python pdf packages but couldn't figure out which one I should use. ...
0
votes
1answer
422 views

Generating pdf using web2py-appreport (xhtmltopdf) in Python Web2py webapp

I am from a non coding background so python, web2py is very new to me. My app needs to export textarea content (using RTE redactor) to pdf. I get html content from textarea (redactor), can you please ...
2
votes
0answers
24 views

python encoding for turkish characters

I have to read pdf books that are turkish stories. I found a library which is called pyPdf. My test function whichis the below doesn't encode correctly. I think, I need to have turkish codec packet. ...
2
votes
0answers
60 views

pypdf errors - module object has no attribute number

here's the code I am using import os import decimal from pyPdf import PdfFileReader path = r"E:\python\Real Python\Real Python\Course materials\Chapter 8\Practice files" inputFileName = ...
1
vote
0answers
84 views

EOF marker not found - How to fix in PyPDF and PyPDF2?

I'm attempting to combine a few PDF files into a single PDF file using Python. I've tried both PyPDF and PyPDF2 - on some files, they both throw this same error: PdfReadError: EOF marker not found ...
1
vote
0answers
40 views

merging PDFs in pyPDF on larger canvas

What I am looking to do in pyPDF is create a script that will generate a 17x11 PDF "canvas", add the 1st PDF to the left side, and the 2nd PDF to the right side. My initial question is: What is the ...
1
vote
0answers
90 views

How to split a pdf document containing multiple logical pages on each sheet?

I want to split a 2x2 pdf document into its original pages. Each page consists of four logical pages which are arranged like in this example. I'm trying to use python and pypdf: import copy, sys ...
1
vote
0answers
71 views

How to insert a “missing” page as blank page in PDF with Python?

Say you have to join some pages that are number 2, 4 and 5… (the files are named test_002.pdf, test_004.pdf and test_005.pdf), then we could say there is a page 3 missing. What I try to do is having ...
1
vote
0answers
151 views

How can I add transparent watermark to PDF printout using reportlab python library

I have to draw a watermark in my dynamically generated PDF Print. I did it using the pyPdf library(By merging the Original PDF and the PDF with watermark). http://wa5pb.freeshell.org/motd/?p=769 ...
1
vote
0answers
217 views

pyPDF bad xref character at startxref

I'm using pyPDF for pdf page extraction and merging. My issues isn't completely dependent on pyPDF, since I've ran into the same type of error with pdfSharp in the past on the same pdf file. The ...
1
vote
0answers
541 views

How to remove bookmark destination document properties

Question is about PDF bookmarks. When bookmarks are created, there is option to assign destination page layout (among other things) which user is encouraged not to set unless there is really reason to ...
1
vote
0answers
457 views

PyPDF Merge and Write issue

I am getting an unexpected error when using this. The first section is from a script that I found online, and I am trying to use it to pull a particular section identified in the PDF's outline. ...
1
vote
0answers
337 views

Wrong values reported by pyPDF for various box regions

Using pyPdf, for most files I get matched results concerning various box's dimensions compared to what Acrobat reports. However for some files I get different values reported by pyPdf and Acrobat, ...
0
votes
0answers
10 views

Printing a cropped PDF - PyPDF2

I am cropping a PDF, but I am unable to print it properly, so I am assuming that the changes done by PyPdf2 affect the visual output on the screen, but that my printer is not picking them up. What I ...
0
votes
0answers
53 views

PyPDF2 cannot import pdf file header

I use PyPDF2 to import pdf file in string into python. Problem is the top of the first page doesn't want to be imported (.getPage(0).extracText() misses the top part). I guess that there is a header ...
0
votes
0answers
20 views

pypdf not returning string

When attempting to read a pdf document and print the output in the python shell, rather than returning the text it returns code (unicode I think) as a string. Is there any way to get the program to ...
0
votes
0answers
67 views

Disable editing of PDFs with python only

I am having an issue locking down PDFs only using Python. I have looked at PyPDF but the encrypt part isn't working for me. I just need to disable the ability for an end user to edit the fields. I ...
0
votes
0answers
229 views

PyPDF2 with Python 3.2 cannot instantiate PdfFileReader class

I get an error when trying to instantiate PdfFileReader class in PyPDF2, it complains about a type problem in the filter.py module, but I think the issue is somewhat deeper. My (very simple) code: ...
0
votes
0answers
66 views

pyPdf print escape characters

I'm trying to write a script which runs to a series of pdf files to extract the abstract of academic papers. So far I have written a scripts which iterates through the files and reads the characters ...
0
votes
0answers
120 views

pyPdf::mergePage. One page hides the other (overlapping)

I'm using this method (mergePage) to get a combination of two pages, but the result is that one of the pages hides the other, so one is printed on top of the other. The fact is that "watermark" page ...
0
votes
0answers
99 views

pypdf python do not write Roman characters

I am using pypdf python library to create pdf files. When I execute the code below the pdf file is created but it do not has correct roman characters in it. I am using python 2.7 Can anyone please ...
0
votes
0answers
146 views

Cannot convert a PDF document to Text using Python (output does not contain any spaces between words)

I'm trying to convert a PDF to text but I must be doing something wrong because the output does not contain any spaces between words. I've tried pyPDF, PDFminer and slate (using the examples that I ...