Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am currently working on a local server. what I've done so far :

  • I am using xampp
  • set a php/html form
  • connect php to mySql

Now, I'd like to retrieve the MySQL data and compile it with LaTeX (of course, there would be some .tex coding to allow the formatting)

Steps :

  1. user enters information in a form
  2. the information will be saved in a MySQL database
  3. the data will be taken from the MySQL database and will be output in a text file template (with .tex code already)
  4. Compile the .tex file to output a PDF
  5. save the PDF on the server some where

For now, I already have steps 1-3, but my problem is that I do not know how to compile a latex program on a server.

Any suggestions? Thanks!

share|improve this question
3  
Use a CLI program like tex2pdf – Rakkun Feb 16 at 16:48

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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.