Socket
Socket
Sign inDemoInstall

djatex

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djatex

Generate pdf from latex in django


Maintainers
1

====== djaTeX

|

Description

This project provides a python module named djatex which allows a django app to generate a PDF document from a LaTeX template file.

|

Example

A small django project is included, with an example django app that generates a one-page PDF document in the LaTeX article style.

To set up the example server, run the following commands::

$ python3 -m venv pythonenv $ source pythonenv/bin/activate $ pip install django $ python setup.py install $ cd example $ python manage.py migrate $ python manage.py runserver

You should now have an http server running on localhost port 8000. Connect to localhost:8000 with your web browser to generate a PDF.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc