MathJax equations not parsed when generating PDF
Posted: 25 Sep 2017, 18:19
Hello!
I am using the latest version of Phoca PDF on a Joomla 3.7.5 website, where I implement "MathJax" (http://docs.mathjax.org/en/latest/start.html) via following code in my <head> - section:
The problem is, that the formulas are not parsed through Phoca PDF as you can see e.g. under https://quant.joomla-demo.at/userguide/ ... fuegen-neu.
Is there any possibility, that the java script is parsed when making the pdf?
Thank you for your support & have a nice day
I am using the latest version of Phoca PDF on a Joomla 3.7.5 website, where I implement "MathJax" (http://docs.mathjax.org/en/latest/start.html) via following code in my <head> - section:
Code: Select all
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_SVG"></script>
Is there any possibility, that the java script is parsed when making the pdf?
Thank you for your support & have a nice day