-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
I want to load HTML content on top and image information below of that #215
Comments
Sorry I'm already off for the weekend. I'll look at your question on Monday! |
No problem!. Thanks for responding @Aymkdn This seems more over issue with content. Meaning, when I am passing
Update These inline styles are coming dynamically so I don't have control on those and I want to show information with those styles. @Aymkdn let me know if you have idea on this how can I handle it. Thank You! |
I've just published a new version (2.5.10) that will verify the |
Thank you! It is working fine now. |
I want to load HTML content on top and image information below of that in document. Both are different data. My image information is currently in base64 format. So how can I achieve that?
Currently, it is throwing an error when I am calling getBase64(). My goal is combine HTML content and base64 image data and return. Please let me know if I am doing anything wrong here.
The text was updated successfully, but these errors were encountered: