Jump to content

PDF Generation using PHP


suren

Recommended Posts

[!--quoteo(post=362358:date=Apr 6 2006, 03:46 PM:name=Barand)--][div class=\'quotetop\']QUOTE(Barand @ Apr 6 2006, 03:46 PM) [snapback]362358[/snapback][/div][div class=\'quotemain\'][!--quotec--]
[code]<?php

if ($is_authorized_to_view_pdf) {

          # generate PDF
}

else {

         # don't
}

?>[/code]
[/quote]


That's fine, but I want to open the document and make it as readonly.That is no one can
change the content of the PDF document with any of the PDF document editing tool.
How to enable the readonly option. Is it possible through PHP.

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.