I've changed recently from ABCPDF 10 to 12 to take advantage of npm and some good features of the chrome engine instead of Gecko's one.
With Gecko, you can initialise a variable to false ( the 'signal' ), and turns it to true when your doc is completely loaded. This works absolutely fine.
However, I cant find a way to do it with chrome engine because documentation says " pdf rendering starts when all resources are loaded ".
Does anyone encountered the same problem and found a way to get the same behavior with chrome than gecko engine ?
Thanks everyone
question from:
https://stackoverflow.com/questions/65877052/using-chrome-engine-with-abcpdf-and-wait-signal-to-render-the-pdf 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…