{"id":20755622,"url":"https://github.com/deepakness/word2pdf","last_synced_at":"2026-04-18T16:37:35.216Z","repository":{"id":148402905,"uuid":"581581974","full_name":"deepakness/word2pdf","owner":"deepakness","description":"word2pdf helps you converts multiple Word files (.doc and .docx) to PDFs.","archived":false,"fork":false,"pushed_at":"2022-12-23T16:21:55.000Z","size":167,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T15:52:00.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/deepakness.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":"2022-12-23T16:08:01.000Z","updated_at":"2024-10-10T02:31:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0596fac-f991-4ba5-a7e4-cc354f270c43","html_url":"https://github.com/deepakness/word2pdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deepakness/word2pdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fword2pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fword2pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fword2pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fword2pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepakness","download_url":"https://codeload.github.com/deepakness/word2pdf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fword2pdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-17T09:26:32.075Z","updated_at":"2026-04-18T16:37:35.211Z","avatar_url":"https://github.com/deepakness.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# word2pdf\n\nBulk convert Word files (`.doc` and `.docx`) to PDFs using [docx2pdf](https://pypi.org/project/docx2pdf/).\n\n## Improvements in this version\n\n- Command-line interface for custom input/output folders.\n- Optional recursive scan of subdirectories.\n- Safe default behavior that skips already converted PDFs.\n- `--overwrite` flag to replace existing PDFs when needed.\n- `--dry-run` mode to preview conversion without writing output.\n- Conversion summary at the end.\n\n## Install\n\n```bash\npython -m pip install docx2pdf\n```\n\n## Usage\n\n### Basic usage (same defaults as before)\n\n```bash\npython word2pdf.py\n```\n\nDefaults:\n\n- Input directory: `word`\n- Output directory: `pdfs`\n\n### Custom folders\n\n```bash\npython word2pdf.py --input /path/to/word/files --output /path/to/pdfs\n```\n\n### Recursive conversion\n\n```bash\npython word2pdf.py --recursive\n```\n\n### Overwrite existing PDFs\n\n```bash\npython word2pdf.py --overwrite\n```\n\n### Preview only (no files written)\n\n```bash\npython word2pdf.py --dry-run\n```\n\n`--dry-run` works even if `docx2pdf` is not installed, since no conversion is executed.\n\n## Notes\n\n- `docx2pdf` relies on Microsoft Word on Windows/macOS and is not fully functional on Linux in many environments.\n- Relative folder structure is preserved in output when `--recursive` is used.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepakness%2Fword2pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepakness%2Fword2pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepakness%2Fword2pdf/lists"}