Skip to content

Latest commit

 

History

History
executable file
·
41 lines (23 loc) · 672 Bytes

README.md

File metadata and controls

executable file
·
41 lines (23 loc) · 672 Bytes

Convert a Latex to pdf in nodejs

In this project you can write a text in the browser via Postman and view its PDF output

so first install a texlive package in your os :

Ubuntu:

apt-get install texlive-lang-arabic
apt-get install texlive-fonts-extra
apt install texlive-latex-extra
apt install texlive-xetex
apt-get install xelatex

Fedora:

 yum install texlive-*
 yum install dejavu-sans-fonts

Install node-packages:

npm i node-cmd
npm i fs

now you can write a text in the browser via Postman and view its PDF output

alt text