f
This commit is contained in:
@@ -33,7 +33,7 @@ func NewPDFGenerator(logger *zap.Logger) *PDFGenerator {
|
||||
|
||||
gen := &PDFGenerator{
|
||||
logger: logger,
|
||||
watermarkText: "海宇数科(广东横琴)科技有限公司",
|
||||
watermarkText: "海宇数据",
|
||||
}
|
||||
|
||||
// 尝试注册中文字体
|
||||
|
||||
@@ -49,7 +49,7 @@ func NewPDFGeneratorRefactored(logger *zap.Logger) *PDFGeneratorRefactored {
|
||||
tableParser: tableParser,
|
||||
tableRenderer: tableRenderer,
|
||||
jsonProcessor: jsonProcessor,
|
||||
watermarkText: "海宇数科(广东横琴)科技有限公司",
|
||||
watermarkText: "海宇数据",
|
||||
}
|
||||
|
||||
// 查找logo文件
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.8 MiB |
BIN
resources/pdf/old/logo.png
Normal file
BIN
resources/pdf/old/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Reference in New Issue
Block a user