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

Populate pdf form base64 #116

Open
sajid-ad opened this issue Nov 17, 2020 · 1 comment
Open

Populate pdf form base64 #116

sajid-ad opened this issue Nov 17, 2020 · 1 comment

Comments

@sajid-ad
Copy link

I am trying to populate pdf from base64, I am getting an error when I pass the source as pdf string, and source type as base64 the error I am getting is saying the base64 schema is not correct.

any work around on this?

@uriStolar
Copy link

Maybe using a data URI indicating the content is base64? like data:application/pdf;base64,<your-base64-encoded-pdf>

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

2 participants