{"id":26348164,"url":"https://github.com/keenlychuang/mdx-to-docs","last_synced_at":"2026-05-09T03:32:17.063Z","repository":{"id":282610602,"uuid":"949129139","full_name":"keenlychuang/mdx-to-docs","owner":"keenlychuang","description":"Lightweight Python script to convert directory of mdx files to pdf or docx ","archived":false,"fork":false,"pushed_at":"2025-03-15T18:48:47.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T19:32:22.772Z","etag":null,"topics":["content-processing","document-conversion","docx","file-conversion","markdown","mdx","pdf-generation","python-scripts"],"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/keenlychuang.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":"2025-03-15T18:37:41.000Z","updated_at":"2025-03-15T18:48:50.000Z","dependencies_parsed_at":"2025-03-15T19:42:27.643Z","dependency_job_id":null,"html_url":"https://github.com/keenlychuang/mdx-to-docs","commit_stats":null,"previous_names":["keenlychuang/mdx-to-docs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keenlychuang%2Fmdx-to-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keenlychuang%2Fmdx-to-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keenlychuang%2Fmdx-to-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keenlychuang%2Fmdx-to-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keenlychuang","download_url":"https://codeload.github.com/keenlychuang/mdx-to-docs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243841217,"owners_count":20356446,"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":["content-processing","document-conversion","docx","file-conversion","markdown","mdx","pdf-generation","python-scripts"],"created_at":"2025-03-16T08:13:52.251Z","updated_at":"2025-10-05T20:12:16.620Z","avatar_url":"https://github.com/keenlychuang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mdx-to-docs\n\nLightweight Python script to convert directory of mdx files to pdf or docx\n\n## Install required dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\n1. To convert a single MDX file to both formats (default):\n\n    ```bash\n    python mdx_converter.py path/to/your-file.mdx output-directory/\n    ```\n\n2. To convert a single MDX file to PDF only:\n\n    ```bash\n    python mdx_converter.py path/to/your-file.mdx output-directory/ --format pdf\n    ```\n\n3. To convert a single MDX file to DOCX only:\n\n    ```bash\n    python mdx_converter.py path/to/your-file.mdx output-directory/ --format docx\n    ```\n\n4. To convert all MDX files in a directory to a specific format:\n\n    ```bash\n    python mdx_converter.py path/to/mdx-directory/ output-directory/ --format pdf\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeenlychuang%2Fmdx-to-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeenlychuang%2Fmdx-to-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeenlychuang%2Fmdx-to-docs/lists"}