I posted earlier about reducing the size of PDFs when using print to PDF. No help on that so far.
This is a related post. Maybe it might get some response. I face a conundrum when creating a PDF when using MathJax.
1. In Chrome or other browsers, "print to PDF". This works and renders the document fine, but
- the file is huge (4MB for a 50 page paper)
- links to sections, references, equations etc. in the HTML file do not survive in the PDF
2. In Acrobat Pro, create PDF from a file (or webpage) . The problem here is that Mathjax never gets to finish rendering the math. It varies, but anywhere from 50% to 90% of the TeX is shown unrendered in the generated PDF. I don't understand how to get Acrobat to wait for the MathJax script to finish. So I have tried the following:
- change MathJax configurations
- remove "async"
- move the ,mathjax <script > from the header to the body
- install mathjax on a server so it is a local script (hoping it will finish faster)
None of these things help. Is there some to make Acrobat wait inside Javascript (I'm asking the same thing over at adobe ...)?
Again, I understand MathJax is about HTML, but I can't imagine that academics don't need full-function PDFs from the their documents. So I'm surprised there is so little discussion of this.