Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base64 encoded images are missing padding "=" characters. #6

Open
rbarrpdftron opened this issue Sep 4, 2024 · 0 comments
Open

Base64 encoded images are missing padding "=" characters. #6

rbarrpdftron opened this issue Sep 4, 2024 · 0 comments

Comments

@rbarrpdftron
Copy link

XRL2XFDF should be updated to append the needed padding “=” characters, its missing the needed padding characters. And it's not just a single =, sometimes it's == or ===. (4 - base64encodedstring_length % 4) is the number of = characters to be appended.

See internal CSU-1806 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant