Hi All,I have a technical requirement I am trying to solve. I need to
limit printing of a PDF. The PDF is generated dynamically and
distributed immeditaly. I have come up with two ideas, both relying on
javascript. The relevent approach to this fourm would be to have my PDF
blessed with Reader Extensions privledges such that my PDF can make SOAP
calls to a listening service that will register prints, then when it
exceeds the threshold trigger document.close or a watermark. With that
said I have ...