{"id":15021267,"url":"https://github.com/toolbuddy/node-latex-pdf","last_synced_at":"2025-06-11T07:09:29.810Z","repository":{"id":54771644,"uuid":"105344035","full_name":"toolbuddy/node-latex-pdf","owner":"toolbuddy","description":"Module of docode, markdown to pdf maker.","archived":false,"fork":false,"pushed_at":"2021-01-30T06:38:51.000Z","size":1895,"stargazers_count":0,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-02T16:55:03.879Z","etag":null,"topics":["convertor","latex","node","pdf"],"latest_commit_sha":null,"homepage":null,"language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toolbuddy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-30T05:23:33.000Z","updated_at":"2018-09-20T20:13:21.000Z","dependencies_parsed_at":"2022-08-14T02:20:27.975Z","dependency_job_id":null,"html_url":"https://github.com/toolbuddy/node-latex-pdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolbuddy%2Fnode-latex-pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolbuddy%2Fnode-latex-pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolbuddy%2Fnode-latex-pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolbuddy%2Fnode-latex-pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toolbuddy","download_url":"https://codeload.github.com/toolbuddy/node-latex-pdf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolbuddy%2Fnode-latex-pdf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259219695,"owners_count":22823574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["convertor","latex","node","pdf"],"created_at":"2024-09-24T19:56:22.582Z","updated_at":"2025-06-11T07:09:29.779Z","avatar_url":"https://github.com/toolbuddy.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-latex-pdf\n\nConvert your latex files to pdf format.\n\n# Prerequisite\n- Install `MiKTeX 2.9` on your environment\n- `nodejs` v6.9.4\n\n# Usage\n- Install:\n```\nnpm install node-latex-pdf\n```\n- Import in your code\n    - **Notice:** The path in latex document must using absolutive path!\n```js\nconst selflatex = require('node-latex-pdf');\n\nselflatex(__dirname + '/src/document.tex', __dirname + '/dest/', (err,msg) =\u003e {\n    if(err)\n      console.log(`Error, ${msg}`);\n    else\n      console.log(`Success! ${msg}`);\n});\n```\n\n# Author\n- Kevin Cyu, kevinbird61@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolbuddy%2Fnode-latex-pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoolbuddy%2Fnode-latex-pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolbuddy%2Fnode-latex-pdf/lists"}