{"id":15380957,"url":"https://github.com/brrd/loconvert","last_synced_at":"2025-11-26T18:30:15.750Z","repository":{"id":66074114,"uuid":"353137941","full_name":"brrd/loconvert","owner":"brrd","description":"Convert office documents in Node.js using LibreOffice","archived":false,"fork":false,"pushed_at":"2021-04-14T11:26:32.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T09:45:51.752Z","etag":null,"topics":["convert","converter","document","libreoffice","soffice"],"latest_commit_sha":null,"homepage":"","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/brrd.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":"2021-03-30T20:50:44.000Z","updated_at":"2021-04-14T11:26:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"98eb71dc-2a9b-441f-a5f7-7960a9b06e07","html_url":"https://github.com/brrd/loconvert","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":"0.050000000000000044","last_synced_commit":"eb24c285a62a72c57a61a6634ae6c79ebf41c4ff"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brrd%2Floconvert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brrd%2Floconvert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brrd%2Floconvert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brrd%2Floconvert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brrd","download_url":"https://codeload.github.com/brrd/loconvert/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239635537,"owners_count":19672191,"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":["convert","converter","document","libreoffice","soffice"],"created_at":"2024-10-01T14:25:09.730Z","updated_at":"2025-11-26T18:30:15.682Z","avatar_url":"https://github.com/brrd.png","language":"JavaScript","readme":"# loconvert\n\nConvert office documents in Node.js using LibreOffice (soffice.exe).\n\nLibreOffice must be installed. \n\nThis supports multliple documents conversion on Windows (see issue https://wiki.documentfoundation.org/Faq/General/150).\n\n## Installation\n\n```\nnpm install loconvert --save\n```\n\n## Usage\n\n```javascript\nconst convert = require(\"loconvert\");\n\n// Convert a single document\nconvert({\n\tinput: \"./test/src/test.docx\",\n\tformat: \"\\\"html:XHTML Writer File:UTF8\\\"\",\n\toutdir: \"./test/out\",\n\tcustomPath: \"optional/custom/path/to/libreoffice/directory\"\n})\n.then(() =\u003e console.log(\"done\"));\n\n// Convert multiple documents\nconvert({\n\tinput: [\"./test/src/test.docx\", \"./test/src/test2.docx\"],\n\tformat: \"\\\"html:XHTML Writer File:UTF8\\\"\",\n\toutdir: \"./test/out\"\n})\n.then(() =\u003e console.log(\"done\"));\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrrd%2Floconvert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrrd%2Floconvert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrrd%2Floconvert/lists"}