Addition of line break for PDF line separators, i've been useing it and my files where only one line.

This commit is contained in:
Caio Moreira Gomes 2017-05-07 17:24:57 -03:00
parent 2a9d76d124
commit 7844852204
1 changed files with 1 additions and 0 deletions

View File

@ -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_("'"):