A PDF requirement is to have one document print in different versions
for different recipients -- e.g., court, DA, public defender .. They
aren't all allowed to see the same data on people in the system, and in
one instance, the form must be secured as read only. Sure, there are a
few different ways to do this, but the workflow chosen was to complete a
PDF form, and then intercept the print or email functions to hide and
secure pages. The people who fill out the form need the entire
document.My ...