Merge pull request #346 from MiniMarvin/master

Addition of line break for PDF line separators
This commit is contained in:
Matthew Stamy 2017-12-27 16:16:32 -06:00 committed by GitHub
commit b3b77b85b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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_("'"):