Hello,We generate the pdf and distribute it to the user immediately.
I've a business requirement to allow the user to print the pdf a maximum
of 3 times. I was able to add the javascript to the pdf to make a
webservice call that would keep a track of prints(by getting the pdf
blessed by the livecycle readerextensions). Now, I've two questions
:1.How can I disable printing on the pdf document when max number of
reprints is reached?2.The pdf throws security warning when it makes the
webservice cal...