I am trying to get the convert to word print version running for a professor at CSUSB who is wanting to use IMathAS to generate paper tests. I was able to install pandoc 1.12.3.1 through the yum repo and get it to spit out the attached file.
convertedfile.docx
But Word is unable to open it. Opening in wordpad displays an error which looks like
Notice: Undefined index: html in /home/imathas/public_html/pandoc/html2docx.php on line 71
Line 71 looks like..
$html = $_POST['html'];
this is all followed by a file full of random characters. I guess my questions are..
Is pandoc 1.12.3.1 a new enough version to work for this converter? I tried to update through cabal but never made it through the errors. There isn't a lot of documentation for this and i'm kind of stuck.
I am trying to get the convert to word print version running for a professor at CSUSB who is wanting to use IMathAS to generate paper tests. I was able to install pandoc 1.12.3.1 through the yum repo and get it to spit out the attached file.
convertedfile.docx
But Word is unable to open it. Opening in wordpad displays an error which looks like
Line 71 looks like..
this is all followed by a file full of random characters. I guess my questions are..
Is pandoc 1.12.3.1 a new enough version to work for this converter? I tried to update through cabal but never made it through the errors. There isn't a lot of documentation for this and i'm kind of stuck.