{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/10"},{"label":"Office Suites","url":"https://skillfed.io/packages/category/office-business-office-suites"}],"enrichment":{"capability":"Converts legacy .doc files to modern .docx format on Windows or macOS by automating Microsoft Word, which must be installed on the system.","skillfed_tags":["document-conversion","office-automation"],"use_cases":["Batch-convert a folder of legacy .doc files to .docx in-place on a Windows or macOS workstation.","Automate .doc to .docx migration as part of a Python data-processing pipeline when Word is available.","Convert a single .doc file with explicit output path specification for archival or distribution.","Integrate doc conversion into a Jupyter notebook workflow (with ipywidgets for progress display)."],"what_it_does":"doc2docx is a command-line tool and Python library that converts .doc files to .docx format by delegating to Microsoft Word itself rather than attempting format translation. It works on Windows via win32com (the pywin32 package) and on macOS via JXA (Javascript for Automation). The tool supports both single-file and batch folder conversion, with optional output path specification and a --keep-active flag to leave Word open after conversion.\n\nThe package is designed for scenarios where you have legacy .doc files that need to be upgraded to the modern .docx format and Word is already available on your system. It includes a CLI interface and a Python library API, and uses tqdm for progress indication during batch operations. The implementation is straightforward: it automates Word's native save-as functionality rather than reimplementing document format handling.","worth_installing":"Yes, if you have Microsoft Word installed and need to convert .doc files to .docx. The package is lightweight and does exactly what it claims. However, maintenance is dormant (last release April 2023, no recent commits), so if Word's automation interfaces change significantly or you encounter bugs, fixes may not be forthcoming. For one-off conversions, Word's own Save As dialog is simpler; for programmatic batch conversion on systems with Word already present, this package is worth the install."},"id":"doc2docx","links":{"html":"https://skillfed.io/packages/doc2docx","md":"https://skillfed.io/packages/doc2docx.md","pypi":"https://pypi.org/project/doc2docx/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-04-06","license_spdx":null,"license_treatment":"permissive","name":"doc2docx","python_support":"supports_current","summary":"Convert doc to docx on Windows or macOS directly using Microsoft Word (must be installed)."},"popularity":{"monthly_downloads":79252,"position":14371,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.4"}
