dealfonso / sapp

Simple and Agnostic PDF Document Parser in PHP - sign PDF docs using PHP
GNU Lesser General Public License v3.0
118 stars 31 forks source link

remove whitespace in PDF version #44

Closed budinose2020 closed 1 year ago

budinose2020 commented 1 year ago

Affected Function acquire_structure (sapp/src/PDFUtilFnc.php) I found PDF file with space in the version number, before \r\n This caused PDF version checking to break. I would like to suggest trimming the $pdf_version variable.

example, there is space after "2": "%PDF-1.2 \r\n......"

budinose2020 commented 1 year ago

This is my first time making pull request. I am not sure if I made it on the correct branch/commit

budinose2020 commented 1 year ago

Apologises. Please reject this request. I did not know the concept of pull request