You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(parser): accept trailing space before EOL in xref and startxref lines
Some PDF generators emit trailing spaces on structural lines like
"xref \n" and "startxref \n". The xref subsection header already
handled this with opt(tag(" ")), but the xref keyword and startxref
keyword parsers did not, causing Xref(Start) errors on valid PDFs.
0 commit comments