{"id":19388159,"url":"https://github.com/zakimohammed/pdfmake-getting-started","last_synced_at":"2026-06-17T15:33:43.249Z","repository":{"id":64929855,"uuid":"579659471","full_name":"ZakiMohammed/pdfmake-getting-started","owner":"ZakiMohammed","description":"Getting Started with PDF Make","archived":false,"fork":false,"pushed_at":"2022-12-18T12:56:53.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T19:11:21.454Z","etag":null,"topics":["javascript","pdfmake"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/ZakiMohammed.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":"2022-12-18T12:56:24.000Z","updated_at":"2022-12-18T12:57:24.000Z","dependencies_parsed_at":"2022-12-19T03:53:02.991Z","dependency_job_id":null,"html_url":"https://github.com/ZakiMohammed/pdfmake-getting-started","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZakiMohammed/pdfmake-getting-started","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Fpdfmake-getting-started","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Fpdfmake-getting-started/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Fpdfmake-getting-started/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Fpdfmake-getting-started/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZakiMohammed","download_url":"https://codeload.github.com/ZakiMohammed/pdfmake-getting-started/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZakiMohammed%2Fpdfmake-getting-started/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34453440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":["javascript","pdfmake"],"created_at":"2024-11-10T10:11:58.508Z","updated_at":"2026-06-17T15:33:43.229Z","avatar_url":"https://github.com/ZakiMohammed.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started with PDF Make\n\nExploring the PDF make documentation and jump starting with the code. 😇\n\n### Dependencies\n```\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/pdfmake.min.js\"\u003e\u003c/script\u003e\n\u003cscript src='https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/vfs_fonts.min.js'\u003e\u003c/script\u003e\n```\n\n### Create Document Definition\n```\nconst docDefinition = {\n    content: [\n        'CodeOmelet',\n        'Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusamus, mollitia!'\n    ]\n};\n```\n\n### Open PDF\n```\npdfMake.createPdf(docDefinition).open({}, window);\n```\n\n### Print PDF\n```\npdfMake.createPdf(docDefinition).print();\n```\n\n### Download PDF\n```\npdfMake.createPdf(docDefinition).download('PDF Make');\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakimohammed%2Fpdfmake-getting-started","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakimohammed%2Fpdfmake-getting-started","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakimohammed%2Fpdfmake-getting-started/lists"}