Write binary data comment

This commit is contained in:
Matthew Stamy 2016-06-30 15:26:13 -05:00
parent 5bbd5aff8c
commit 036789a466
1 changed files with 1 additions and 0 deletions

View File

@ -485,6 +485,7 @@ class PdfFileWriter(object):
# Begin writing:
object_positions = []
stream.write(self._header + b_("\n"))
stream.write(b_("%\xE2\xE3\xCF\xD3\n"))
for i in range(len(self._objects)):
idnum = (i + 1)
obj = self._objects[i]