Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 311 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 311 Bytes

go-pdfium-demo

golang 通过cgo 基于pdfium(C库)实现pdf转图片,并拼接为长图

  1. 前期准备 linux上安装C库 (所需文件在 lib)
  2. 单页转换
  3. 拼接长图

测试示例 :go run main.go sample.pdf sample

参考说明