Is it possible to add document JavaScripts to a generated PDF using ABCPdf?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I think you should be able to. There are some settings in the c# which will help. You need to set the
this will enable javascript to run. it's probably worth setting the timeout to give it more time to finish loading
and i've always had better results with the gecko rendering engine
|
|||
|
|
|
If you mean, Javascript that is being executed after the document has been loaded, then have a look at this documentation page.
|
|||
|
|