Skip to content

convert your latext docs to pdf with powerful rust based tectonic engine in a containerized endpoint powered by flask

Notifications You must be signed in to change notification settings

LaxmanChoudhary/latext-to-pdf-api-conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.0

  • Flask - API endpoint
  • Texlive engine - for file conversion
  • Docker compose

2.0

  • Tectonic engine for conversion

3.0

  • Authentication

deployed on render

https://latex-to-pdf-latest.onrender.com

endpoints

  • GET: /version - testing api health
  • POST: /login
  • POST: /validate
  • POST: /convert

DB

  • docker exec -it bash

DB commands

mysql

  • login: mysql -u auth_user -p -> this will provide input for password
  • show databases;
  • use ;
  • show tables;

postgres

  • psql -U postgres