Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
324 views
in Technique[技术] by (71.8m points)

Using Chrome engine with AbcPDF and wait signal to render the pdf

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...