{"id":19204265,"url":"https://github.com/jmbl1685/html-to-pdf-nodejs","last_synced_at":"2025-10-10T06:19:21.877Z","repository":{"id":134056407,"uuid":"98904913","full_name":"jmbl1685/html-to-pdf-nodejs","owner":"jmbl1685","description":"📝 Generate PDF through the HTML content. (Node.js + Express.js)","archived":false,"fork":false,"pushed_at":"2018-06-19T22:14:54.000Z","size":847,"stargazers_count":10,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T15:57:29.337Z","etag":null,"topics":["ejs","expressjs","html-pdf","nodejs","requestify"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=3HXl4Y-9dtE","language":"JavaScript","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/jmbl1685.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-07-31T15:40:17.000Z","updated_at":"2024-01-19T22:30:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1463383-4c47-4151-9647-c6ba784fd2f2","html_url":"https://github.com/jmbl1685/html-to-pdf-nodejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmbl1685/html-to-pdf-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmbl1685%2Fhtml-to-pdf-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmbl1685%2Fhtml-to-pdf-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmbl1685%2Fhtml-to-pdf-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmbl1685%2Fhtml-to-pdf-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmbl1685","download_url":"https://codeload.github.com/jmbl1685/html-to-pdf-nodejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmbl1685%2Fhtml-to-pdf-nodejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002970,"owners_count":26083488,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ejs","expressjs","html-pdf","nodejs","requestify"],"created_at":"2024-11-09T13:06:58.263Z","updated_at":"2025-10-10T06:19:21.844Z","avatar_url":"https://github.com/jmbl1685.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generate PDF through the HTML content.\n\n\u003ch3\u003eScreenshots\u003c/h3\u003e\n\u003cimg src=\"https://image.ibb.co/jH5Q5Q/001.png\"\u003e\u003c/img\u003e\n\u003cimg src=\"https://image.ibb.co/geiZzk/002.png\"\u003e\u003c/img\u003e\n\u003cimg src=\"https://image.ibb.co/mzwXkQ/003.png\"\u003e\u003c/img\u003e\n\u003cimg src=\"https://image.ibb.co/joXSKk/004.png\"\u003e\u003c/img\u003e\n\n* html-pdf\n* node-fetch\n* requestify\n* izitoast\n\n## DATA EXAMPLE\n\n``` js\n[\n  {\n    img: \"https://bakedpizza.com.co/media/catalog/product/cache/1/small_image/500x500/9df78eab33525d08d6e5fb8d27136e95/h/a/hamburguesa_doble_carne_mex.png\",\n    name: \"Hamburgueza Todo Terreno\",\n    description: \"A description which may flow for several lines and give context to the content.\"\n  },\n  {\n    img: \"https://cdn.discstore.com/media/catalog/product/cache/1/image/1800x/040ec09b1e35df139433887a97daa66f/p/i/pizza-top_2.jpg\",\n    name: \"Pizza de Peperonni y Champignones\",\n    description: \"A description which may flow for several lines and give context to the content.\"\n  },\n  {\n    img: \"https://http2.mlstatic.com/excelentes-taquizas-y-comida-mexicana-D_NQ_NP_751821-MLM25734431910_072017-O.jpg\",\n    name: \"Arroz de Mariscos\",\n    description: \"A description which may flow for several lines and give context to the content.\"\n  },\n  {\n    img: \"http://www.diabetesforecast.org/2014/09-sep/es/cuban-pollo-asado-Sep14-es.jpg\",\n    name: \"Pollo Asado\",\n    description: \"A description which may flow for several lines and give context to the content.\"\n  },\n  {\n    img: \"http://amantesdelacocina.com/cocina/wp-content/uploads/2011/11/arepa2x.jpg\",\n    name: \"Arepa Rellena\",\n    description: \"A description which may flow for several lines and give context to the content.\"\n  },\n  {\n    img: \"https://res.cloudinary.com/civico/image/upload/c_fill,f_auto,fl_lossy,h_500,q_auto,w_500/v1404245583/entity/image/file/003/000/53b3164db9dd5d13ca000003.jpg\",\n    name: \"Picada\",\n    description: \"A description which may flow for several lines and give context to the content.\"\n  },\n  {\n    img: \"http://www.pidaloya.co/wp-content/uploads/2016/09/pechugapollo.jpg\",\n    name: \"Cerdo con papas a la francesa\",\n    description: \"A description which may flow for several lines and give context to the content.\"\n  },\n  {\n    img: \"http://www.pidaloya.co/wp-content/uploads/2016/09/desgra.jpg\",\n    name: \"Mazorca desgranada\",\n    description: \"A description which may flow for several lines and give context to the content.\"\n  }\n]\n```\n\n``` bash\n# install dependencies\nnpm install\n```\n\n# Change IP Address\n```js\nPath: './config/config.js'\n\n'use strict'\n\nconst config = {\n    ip: '192.168.1.66',\n    port: process.env.PORT || 3000\n}\n```\n\n```js\nPath: './views/js/main.js'\n\nconst url = {\n    ip: '192.168.1.67',\n    port: 3000\n}\n```\n\n``` bash\n# start project\nnpm run dev\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmbl1685%2Fhtml-to-pdf-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmbl1685%2Fhtml-to-pdf-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmbl1685%2Fhtml-to-pdf-nodejs/lists"}