{"id":29222852,"url":"https://github.com/moneyinto/ppt-parse","last_synced_at":"2025-07-03T04:07:18.987Z","repository":{"id":57152740,"uuid":"448854517","full_name":"moneyinto/ppt-parse","owner":"moneyinto","description":"封装的解析pptx的依赖包","archived":false,"fork":false,"pushed_at":"2022-08-17T01:36:24.000Z","size":89134,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-21T20:54:00.764Z","etag":null,"topics":["javascript","nodejs","parse","parser","sdk"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ppt-parse","language":"C++","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/moneyinto.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-01-17T10:49:44.000Z","updated_at":"2024-04-23T12:57:29.000Z","dependencies_parsed_at":"2022-09-06T20:50:37.812Z","dependency_job_id":null,"html_url":"https://github.com/moneyinto/ppt-parse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moneyinto/ppt-parse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneyinto%2Fppt-parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneyinto%2Fppt-parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneyinto%2Fppt-parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneyinto%2Fppt-parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moneyinto","download_url":"https://codeload.github.com/moneyinto/ppt-parse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moneyinto%2Fppt-parse/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261244640,"owners_count":23129729,"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":["javascript","nodejs","parse","parser","sdk"],"created_at":"2025-07-03T04:07:15.621Z","updated_at":"2025-07-03T04:07:18.980Z","avatar_url":"https://github.com/moneyinto.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## pptx解析工具\n\n```js\nconst PPT2JsonSdk = require(\"ppt-parse\");\nconst sdk = new PPT2JsonSdk();\nconst pptPath = \"\"; // ppt所在路径\nconst outputPath = \"\"; // 资源文件输出路径\nconst parse = async () =\u003e {\n    const result = await sdk.parse(pptPath, outputPath);\n    console.log(result); // 解析的PPT的json数据\n    return result;\n}\n```\n\n[【参考】djwxfdt 的 ppt-parse](https://github.com/djwxfdt/ppt-parse)\n\n【注】由于原先的版本不支持node 12以上版本 重新修改升级支持node 14版本，并且解析的数据格式不是我想要的，重新进行了整理","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoneyinto%2Fppt-parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoneyinto%2Fppt-parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoneyinto%2Fppt-parse/lists"}