jadedknight Posted May 23, 2008 Share Posted May 23, 2008 Hello, I need some help here, not directly with code, but wondering how to implement this. I want a user to download a PDF, when the user requests the PDF I want a password for that PDF to be generated. So each PDF ever downloaded has say, that users password, as the PDF's password. Like DRM. Is this possible? Link to comment https://forums.phpfreaks.com/topic/106865-crazy-pdf-question/ Share on other sites More sharing options...
redbrad0 Posted May 23, 2008 Share Posted May 23, 2008 Searching http://pear.php.net/reference/File_PDF-0.0.1/File_PDF/File_PDF.html there is not a built in function for doing this, but doing a quick search on google provided this url http://www.rustyparts.com/pdf.php which looks like it uses Java to encrypt the files. Link to comment https://forums.phpfreaks.com/topic/106865-crazy-pdf-question/#findComment-548189 Share on other sites More sharing options...
jadedknight Posted May 25, 2008 Author Share Posted May 25, 2008 Sorry forgot to thank you! That is pretty much what I need I believe thanks! Link to comment https://forums.phpfreaks.com/topic/106865-crazy-pdf-question/#findComment-549646 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.