signintech / gopdf

A simple library for generating PDF written in Go lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requires timeout control

LQ-11 opened this issue · comments

When I write data rendering to a pdf, due to the existence of a large number of Spaces in my data, resulting in program jams, I hope that the library author supports each write timeout control, so as not to interrupt the program, cause trouble, over a certain time can automatically end the method allowed, and remind the method caller.