mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Fixed wrong XRef size
This commit is contained in:
parent
892ccf96f0
commit
87ddddfc31
@ -203,7 +203,7 @@ class PDFDocument extends stream.Readable
|
||||
# trailer
|
||||
@_write 'trailer'
|
||||
@_write PDFObject.convert
|
||||
Size: @_offsets.length
|
||||
Size: @_offsets.length + 1
|
||||
Root: @_root
|
||||
Info: @_info
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user