Am currently work on an office intranet with open atrium.how do i disable the print icon on pdf generated on a page.

Comments

Mykangelo created an issue. See original summary.

jcnventura’s picture

Hi Mykangelo,

First of all, which PDF library are you using?

For instance, if using TCPDF, you can use SetProtection (http://www.tcpdf.org/doc/code/classTCPDF.html#a7ea250b2b4e3d7e55e657d527...)

You can use a theme('print_pdf_tcpdf_page') function to call that function from your Drupal code, see http://cgit.drupalcode.org/print/tree/print_pdf/lib_handlers/print_pdf_t...

Other libs may or may not allow this kind of PDF protection.

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)
jcnventura’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

No further info in a long time. Closing the issue.