Docverter / docverter

Docverter Server
Other
831 stars 100 forks source link

Added shell and PHP latex_to_pdf conversions, split PHP examples into their own folders, added example latex/markdown test files #11

Closed tim-peterson closed 9 years ago

tim-peterson commented 11 years ago
  1. added shell/PHP latex_to_pdf examples
  2. split PHP examples into their own folders since there many types of conversions one can do
  3. added example latex and markdown files that can serve as test files

note: These examples still fail to reproduce latex tables and math equations when converted to PDF (or latex->HTML example not included)

tim-peterson commented 11 years ago

@peterkeen one last comment/FYI, i just install texlive on my EC2 micro-instance (took up 500 Mb) by following the most upvoted answer on this SE thread.

Though the install took 15 minutes or so, it worked right out of the box for LaTeX to PDF conversion via the command line as follows:

ubuntu@ip-xx-xxx-xxx-xxx:~$ pdflatex test.tex #generates a file in same directory called "test.pdf"

Just trying to help those interested in LaTeX...