How to open password protected PDF files using PHP... Ok details...
I have couple of PDF files which are password protected... I have passwords for these files... But the problem is... when a user logs in he has to enter password for each and every PDF file he wants to access... I want to do something with PHP so that it takes care of entering password for PDF documents for the user... I am thinking of doing something with fpassthru() function.. but guess thats not enuf...
Again, I have passwords for these files... I am not trying to hack or something😃.. I just want PHP to use these passwords on server than my user...
Any kinda Suggestions are gr8ly appreciated
Edit: OS: Solaris or Windows
WS: Apache
PHP: 4.3.x (nah not using 5 yet)
Thanx
TommYNandA