SkillAgentSearch skills...

Doc2pdf

Convert word documents to PDFs. Wrapper for doc2pdf.net.

Install / Use

/learn @motdotla/Doc2pdf
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

doc2pdf

WARNING: THIS REPO IS CURRENTLY NOT FUNCTIONAL.

Convert Word documents to PDFs. Go wrapper for doc2pdf.net.

BuildStatus

Usage

package main

import (
  "fmt"
  doc2pdf "github.com/scottmotte/doc2pdf"
)

func main() {
  path, err := doc2pdf.Convert("/path/to/word.doc", "/desired/path/to/converted.pdf")
  if err != nil {
    fmt.Println(err)
  }

  fmt.Println(path)
}

Installation

$ go get github.com/scottmotte/doc2pdf

Running Tests

go test -v

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated3y ago
Forks1

Languages

Go

Security Score

55/100

Audited on Dec 28, 2022

No findings