Hello Everyone,
How can I generate dynamically a pdf file using php which is read only in the sense that nobody can even copy from that pdf.
Thanks shakuni
Does this means that there is no solution to the problem?
No idea... php can generate pdfs, but don't know if pdflib, or the open source alternatives can do what you want, but googling gives this: http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf which is open source and says supports encryption.
What have you found so far - what have you tried?
Ya obviously PHP can generate pdfs. I have tried almost all the open source libraries, but none comes with this functionality. 🙁
Does it mean that nobody had ever done this thing yet!
That class I pointed you to does it. There's even an example in the... examples.