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
I'd like to send the file as raw binary for simplicity on the PA end. However, when I do this, the file newlines (0x0D CR) get converted into 0x20 spaces, which breaks the PDF parser. Need to figure out why.
The text was updated successfully, but these errors were encountered:
I'd like to send the file as raw binary for simplicity on the PA end. However, when I do this, the file newlines (0x0D CR) get converted into 0x20 spaces, which breaks the PDF parser. Need to figure out why.
The text was updated successfully, but these errors were encountered: