https://github.com/devlights/word2pdf
Converts Word files to PDF.
https://github.com/devlights/word2pdf
go golang pdf word
Last synced: about 2 months ago
JSON representation
Converts Word files to PDF.
- Host: GitHub
- URL: https://github.com/devlights/word2pdf
- Owner: devlights
- License: mit
- Created: 2023-09-13T02:33:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T02:51:14.000Z (over 1 year ago)
- Last Synced: 2025-02-12T08:58:30.983Z (4 months ago)
- Topics: go, golang, pdf, word
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# word2pdf
Converts Word files to PDF.
This library works only on Windows.
## Install
```sh
$ go install github.com/devlights/word2pdf@latest
```## Usage
```sh
$ word2pdf.exe word-file-path
```