mathquill / mathquill

Easily type math in your webapp
http://mathquill.com
Mozilla Public License 2.0
2.61k stars 687 forks source link

conversion package support #1011

Open RoxanneFoster opened 11 months ago

RoxanneFoster commented 11 months ago

We use the Quill WYSIWIG and want to include the MathQuill module to support mathematical operators.

Although the code generated by MathQuill is supported by the web browser, we use PDF and Word conversion packages for item downloads that are not supported.

PDF: https://www.nuget.org/packages/DinkToPdf Word: https://www.nuget.org/packages/HtmlToOpenXml.dll

Is it possible to develop support for these conversion packages?