diff --git a/PyPDF2/pdf.py b/PyPDF2/pdf.py index 58f4ca6..cda9f3f 100644 --- a/PyPDF2/pdf.py +++ b/PyPDF2/pdf.py @@ -2665,6 +2665,7 @@ class PageObject(DictionaryObject): _text = operands[0] if isinstance(_text, TextStringObject): text += _text + text += "\n" elif operator == b_("T*"): text += "\n" elif operator == b_("'"):