{"id":20880817,"url":"https://github.com/curtisalexander/convert-docx-to-pdf","last_synced_at":"2026-05-27T18:32:19.077Z","repository":{"id":80175060,"uuid":"197959427","full_name":"curtisalexander/convert-docx-to-pdf","owner":"curtisalexander","description":null,"archived":false,"fork":false,"pushed_at":"2019-07-27T11:20:20.000Z","size":9,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-12T21:35:35.820Z","etag":null,"topics":["docx","pdf","powershell"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/curtisalexander.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-07-20T17:05:05.000Z","updated_at":"2019-08-03T22:38:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b87346a-468d-4d91-a5c3-c341caa21bc8","html_url":"https://github.com/curtisalexander/convert-docx-to-pdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/curtisalexander/convert-docx-to-pdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curtisalexander%2Fconvert-docx-to-pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curtisalexander%2Fconvert-docx-to-pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curtisalexander%2Fconvert-docx-to-pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curtisalexander%2Fconvert-docx-to-pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curtisalexander","download_url":"https://codeload.github.com/curtisalexander/convert-docx-to-pdf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curtisalexander%2Fconvert-docx-to-pdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33579665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docx","pdf","powershell"],"created_at":"2024-11-18T07:22:13.861Z","updated_at":"2026-05-27T18:32:19.072Z","avatar_url":"https://github.com/curtisalexander.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# convert-docx-to-pdf\n\nConvert-DocxToPdf converts a directory of Word documents (docx) into pdfs on Windows.\n\n## Use\n\n### Preamble\nThe details below are produced from PowerShell using the following command. It removes the path prefix to the script.\n\n```powershell\n@\"\n(Get-Command .\\Convert-DocxToPdf.ps1).Source | Split-Path |\nForEach-Object {\n    (Get-Help .\\Convert-DocxToPdf.ps1 -Detailed |\n    Out-String -Stream).replace((Join-Path `$_ '\\'), '')\n}\n\"@ | Invoke-Expression\n```\n\n\u003cbr/\u003e\n\n### Tool Use\n\n```\nNAME\n    Convert-DocxToPdf.ps1\n\nSYNOPSIS\n    Convert-DocxToPdf converts a directory of Word documents (docx) into pdfs\n\n\nSYNTAX\n    Convert-DocxToPdf.ps1 [-docxDir] \u003cFileInfo\u003e [\u003cCommonParameters\u003e]\n\n\nDESCRIPTION\n    Convert-DocxToPdf converts a directory of Word documents (docx) into pdfs.\n    The resulting pdf files will have the same filename as the Word documents.\n\n\nPARAMETERS\n    -docxDir \u003cFileInfo\u003e\n        The full path to the directory containing the Word documents\n\n    \u003cCommonParameters\u003e\n        This cmdlet supports the common parameters: Verbose, Debug,\n        ErrorAction, ErrorVariable, WarningAction, WarningVariable,\n        OutBuffer, PipelineVariable, and OutVariable. For more information, see\n        about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).\n\n    -------------------------- EXAMPLE 1 --------------------------\n\n    PS \u003e Convert-DocxToPdf -docxDir \"C:\\Users\\myuser\\Documents\\Word\"\n\n\n\n\n\n\nREMARKS\n    To see the examples, type: \"get-help Convert-DocxToPdf.ps1 -examples\".\n    For more information, type: \"get-help Convert-DocxToPdf.ps1 -detailed\".\n    For technical information, type: \"get-help Convert-DocxToPdf.ps1 -full\".\n    For online help, type: \"get-help Convert-DocxToPdf.ps1 -online\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurtisalexander%2Fconvert-docx-to-pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurtisalexander%2Fconvert-docx-to-pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurtisalexander%2Fconvert-docx-to-pdf/lists"}