signintech / pdft

Creating PDF using existing PDF as template for GO (golang).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail spliting Font

jalfonsogh opened this issue · comments

Hi,

Debugging an error in a try of this module, I found that in file crawl_result_font.go, the function splitFont fail in strconv.Atoi(s[i:]), been s[i:] = "T1_0"

I shared an image showing the error

image

Regards