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 Apr 27, 2020. It is now read-only.
I am using "dev-master" version of library. I have set "DOMPDF_ENABLE_JAVASCRIPT" to true but javascript function doesn't get execute to set dynamic content. So while PDF gets generate, it shows blank area.
I have added script tag as below in both <head> and <body> tag as below:
<script type="text/javascript">
function function1()
{
//Some javascript code to generate dynamic html content
}
function1();
</script>
I have tried couple of things to fix but doesn't found any solution. Nor found any solution on internet till now. Is there any solution to fix?
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.
I am using "dev-master" version of library. I have set "DOMPDF_ENABLE_JAVASCRIPT" to true but javascript function doesn't get execute to set dynamic content. So while PDF gets generate, it shows blank area.
I have added script tag as below in both
<head>
and<body>
tag as below:I have tried couple of things to fix but doesn't found any solution. Nor found any solution on internet till now. Is there any solution to fix?
The text was updated successfully, but these errors were encountered: