Can iText notify a browser when the pdf is done loading?
I am streaming a dynamic iText pdf to a web browser. Is there something I can put in the pdf that will notify the browser when the pdf is done downloading? I know pdf's use javascript, but I'm not sure pdf javascript can communicate with browser javascript. My browser needs to know when the pdf is done loading so it can perform other actions.