Categorygithub.com/samchentw/go-to-pdf
modulepackage
0.0.0-20240724143519-31503976e467
Repository: https://github.com/samchentw/go-to-pdf.git
Documentation: pkg.go.dev

# README

html 轉 pdf服務

提供輸入網址後轉PDF檔API

開發

go run main.go

預設開啟8080 Port

佈署

go build

API

  1. 提供要轉成PDF的網址 image
  2. 將網址及API送出,將回傳PDF網址 image
  3. 執行回傳結果網址 image

測試

go test

依賴套件

https://github.com/chromedp/chromedp

https://github.com/gin-gonic/gin

https://github.com/google/uuid

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author