Skip to content

erfuuan/convert-Latex-to-in-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages