{"id":15739761,"url":"https://github.com/igorcbraz/docx2pdfmaker","last_synced_at":"2025-03-13T08:31:46.148Z","repository":{"id":153747306,"uuid":"630500987","full_name":"Igorcbraz/Docx2PdfMaker","owner":"Igorcbraz","description":"NPM Package to convert .Docx file into Pdfmaker libary format","archived":false,"fork":false,"pushed_at":"2023-05-12T18:46:08.000Z","size":277,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T06:36:28.639Z","etag":null,"topics":["docs","document","docx","docx-converter","docx-generator","docx2pdf","docx2pdfmaker","javascript","microsoft","node","nodejs","office","pdf","pdf-generation","word"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/docx2pdfmaker","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Igorcbraz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-04-20T14:13:29.000Z","updated_at":"2024-11-27T23:50:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"7317db52-fc98-4124-a65b-26d76d4daa8e","html_url":"https://github.com/Igorcbraz/Docx2PdfMaker","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"06ef33c0d86e7e5e2c291148df7a0fd177deda1d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Igorcbraz%2FDocx2PdfMaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Igorcbraz%2FDocx2PdfMaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Igorcbraz%2FDocx2PdfMaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Igorcbraz%2FDocx2PdfMaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Igorcbraz","download_url":"https://codeload.github.com/Igorcbraz/Docx2PdfMaker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243369855,"owners_count":20280090,"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":["docs","document","docx","docx-converter","docx-generator","docx2pdf","docx2pdfmaker","javascript","microsoft","node","nodejs","office","pdf","pdf-generation","word"],"created_at":"2024-10-04T02:07:08.138Z","updated_at":"2025-03-13T08:31:46.097Z","avatar_url":"https://github.com/Igorcbraz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cb\u003e\n    \u003ca href=\"https://www.npmjs.com/package/docx2pdfmaker\"\u003e\u003cimg src=\"assets/logo.png\"/\u003e\u003c/a\u003e\u003cbr\u003e\n  \u003c/b\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eEasier way to convert .docx file into Pdfmaker libary format\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/Igorcbraz/Docx2PdfMaker\"\u003e\u003cb\u003eWebsite\u003c/b\u003e\u003c/a\u003e •\n  \u003ca href=\"https://github.com/Igorcbraz/Docx2PdfMaker\"\u003e\u003cb\u003eDocumentation\u003c/b\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![npm version](https://img.shields.io/npm/v/docx2pdfmaker.svg?style=plastic\u0026logo=npm)](https://www.npmjs.org/package/docx2pdfmaker)\n![npm version](https://img.shields.io/github/languages/count/Igorcbraz/Docx2PdfMaker?style=plastic)\n![downloads](https://img.shields.io/jsdelivr/npm/hy/docx2pdfmaker?label=Downloads\u0026style=plastic)\n![issues](https://img.shields.io/github/issues/Igorcbraz/docx2pdfmaker?style=plastic)\n\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/code.png\"/\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n# Reference\n\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003eConvertToPdf\u003c/b\u003e\u003c/summary\u003e\n\n| Parameter | Type | Description |\n| :--- | :--- | :--- |\n| `data` | `string` | **Required**. The data corresponding to the type used |\n| `type` | `path, buffer or ArrayBuffer` | **Required**. Type of sending data |\n| `options` | `ConvertToHtml Config` | ConvertoToHtml mammoth library options  |\n\n\u003ca href=\"https://www.npmjs.com/package/mammoth?activeTab=readme\"\u003e\u003cb\u003eConvertToHtml Config\u003c/b\u003e\u003c/a\u003e\n\n# Examples\n\n\u003c/details\u003e\n\nCheck the [demo folder](https://github.com/Igorcbraz/Docx2PdfMaker/tree/main/example) for examples.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorcbraz%2Fdocx2pdfmaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figorcbraz%2Fdocx2pdfmaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorcbraz%2Fdocx2pdfmaker/lists"}