Is there any java library that allows to export LaTeX document to other formats (pdf, rtf, odf, ..) ?
+1
A:
The best solution for exporting Tex/LaTex is Tex itself. Since TeX is a full programming language, anything else would surely run into problems with more complicated documents.
There are some TeX implementations in Java, I think your best bet is ExTex.
Also, some people have fun with running TeX on a java virtual machine.
gnud
2010-07-29 11:07:40
thanks for your response, i will try it !
jgoday
2010-08-01 20:02:18