i want to generate a pdf output created from latex inside a python script. Since I'ma working under windows with python xy and that i cannot install latex, i would like to know if there is a way to produce a latex output using a package from pythonxy (like sphinx or docutils) Any suggestions welcomed

link|improve this question

3  
why you can't install latex under windows? – Max Li Feb 7 at 11:20
I think there is no sensible way to interpret TeX source without really being TeX, it is just a too strange language. There might be some PDF-generating libraries in Python, but anything interpreting LaTeX would be almost a full LaTeX distribution. – PaĆ­lo Ebermann Feb 9 at 22:58
We need to know a little bit more about your needs. It looks like you get some LaTeX input describing a table and that you need to turn it into a PDF. Right? If the LaTeX code is not too much "LaTeXy", do you think you could parse it and convert it to another format which is easily converted to PDF? – EOL Mar 23 at 18:17
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.