Projects STRLCPY wholeaked Commits 7d30cf86
🤬
  • ■ ■ ■ ■ ■
    main.go
    skipped 180 lines
    181 181  }
    182 182   
    183 183  func addWatermarkPDF(file, signature string) {
    184  - onTop := false
    185  - update := false
    186  - wm, _ := api.TextWatermark(signature, "sc:.9, rot:0, mo:1, op:0", onTop, update, pdfcpu.POINTS)
     184 + wm, _ := api.TextWatermark(signature, "sc:.9, rot:0, mo:1, op:0", false, false, pdfcpu.POINTS)
    187 185   api.AddWatermarksFile(file, "", nil, wm, nil)
    188 186  }
    189 187   
    skipped 672 lines
Please wait...
Page is in error, reload to recover