signintech / pdft

Creating PDF using existing PDF as template for GO (golang).
MIT License
264 stars 44 forks source link

Cope with more whitespace in objid records #21

Closed AndreRenaud closed 4 years ago

AndreRenaud commented 4 years ago

Some PDFs specify objects with new lines rather than spaces, ie: 1 0 obj << /Type /Pages /Kids [ 6 0 R ] /Count 1

endobj

oneplus1000 commented 4 years ago

thank you :)

AndreRenaud commented 4 years ago

No problem. Thanks for the library.