{"id":14981034,"url":"https://github.com/zweifisch/node-pdf","last_synced_at":"2025-10-29T04:31:28.095Z","repository":{"id":7246158,"uuid":"8556576","full_name":"zweifisch/node-pdf","owner":"zweifisch","description":"pdf generation using mustache and xelatex","archived":false,"fork":false,"pushed_at":"2013-03-12T15:41:12.000Z","size":128,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T21:51:13.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/zweifisch.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":"2013-03-04T13:56:40.000Z","updated_at":"2016-04-23T11:22:50.000Z","dependencies_parsed_at":"2022-09-04T23:12:35.736Z","dependency_job_id":null,"html_url":"https://github.com/zweifisch/node-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/zweifisch%2Fnode-pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fnode-pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fnode-pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fnode-pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweifisch","download_url":"https://codeload.github.com/zweifisch/node-pdf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238768419,"owners_count":19527197,"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":[],"created_at":"2024-09-24T14:02:46.295Z","updated_at":"2025-10-29T04:31:22.826Z","avatar_url":"https://github.com/zweifisch.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-pdf\n\npdf generation using mustache and xelatex\n\n## usage\n\n```sh\nnpm install node-pdf\n```\n\n```coffeescript\nfs = require 'fs'\n{render} = require 'node-pdf'\n\ndata =\n\ttitle: 'Matrix'\n\nrender './matrix.tex', data, (err,rs)-\u003e\n\tif err\n\t\tconsole.log err\n\telse\n\t\tws = fs.createWriteStream './output.pdf'\n\t\trs.pipe ws\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fnode-pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweifisch%2Fnode-pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fnode-pdf/lists"}