Closed Jasmeet107 closed 5 years ago
According to https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/pdf_reference_archives/PDFReference.pdf (Adobe PDF Spec) section 3.4.1 (File Header) 12, the header can appear within 1024 bytes of the file.
Right now we're only accounting for 50 bytes of junk in the header, so this should check for 1024.
@yob :)
Thanks!
According to https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/pdf_reference_archives/PDFReference.pdf (Adobe PDF Spec) section 3.4.1 (File Header) 12, the header can appear within 1024 bytes of the file.
Right now we're only accounting for 50 bytes of junk in the header, so this should check for 1024.