VintaSoft PDF .NET Plug-in Discussions
Questions, comments and suggestions concerning VintaSoft PDF .NET Plug-in.
Board index < VintaSoft Imaging < VintaSoft PDF .NET Plug-in Discussions
We have a lot of PDF file that using the Alert Javascript function to notify users about validations (Ex : Wrong date format).Yes, you can catch when the alert function is called in JavaScript code of PDF document. For doing this you need override the "alert" method in WinFormsPdfJsApp class:
Is there a way to catch somewhere if Alert, Beep or call refering to app variable is been throwed ?
public override int alert(string cMsg, int nIcon, int nType, string cTitle, PdfJsDoc oDoc)
{
...
}