szl1993
Results
1
comments of
szl1993
hoho i find the reason. See https://github.com/mozilla/pdf.js/blob/master/src/display/text_layer.js The pdf.js library use `canvas.measureText` to calculate the actual display width of `` elements and employs a static canvas for performance optimization. I...