Skip to content

Commit

Permalink
Addition of line break for PDF line separators, i've been useing it a…
Browse files Browse the repository at this point in the history
…nd my files where only one line.
  • Loading branch information
MiniMarvin committed May 7, 2017
1 parent 2a9d76d commit 7844852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PyPDF2/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2665,6 +2665,7 @@ def extractText(self):
_text = operands[0]
if isinstance(_text, TextStringObject):
text += _text
text += "\n"
elif operator == b_("T*"):
text += "\n"
elif operator == b_("'"):
Expand Down

0 comments on commit 7844852

Please sign in to comment.