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
{{ message }}
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
Thanks for this great project, everything works perfectly fine until I set a SubmitFileStream with the following:
.SubmitFileStream("text/html", "filename", New IO.MemoryStream(Encoding.UTF8.GetBytes(stResult)))
The problem is ANY element with measruement size in VW and not PX or PT do not show up on the pdf file, just as if they're not even there. How can we get that problem resolved?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for this great project, everything works perfectly fine until I set a SubmitFileStream with the following:
.SubmitFileStream("text/html", "filename", New IO.MemoryStream(Encoding.UTF8.GetBytes(stResult)))
The problem is ANY element with measruement size in VW and not PX or PT do not show up on the pdf file, just as if they're not even there. How can we get that problem resolved?
The text was updated successfully, but these errors were encountered: