HI,
I am using tcpdf to generate to pdf files in my system. I am using iframe to display the pdf file to the users. I am able to copy paste the content of the pdf in all other browsers except Internet Explorer. Is there any way I can resolve this issue. I have allowed the user to copy the pdf as well. The code for copy is

$this->SetProtection($permissions=array('modify', 'copy', 'annot-forms', 'fill-forms', 'extract', 'assemble'))

Can any one help me in resolving this issue. I am not able to identify the issue.
Thanks in advance

Member Avatar for diafol

Perhaps you can output the pdf to a new page (new target) instead of placing it in an iframe? That way the user can download / view whatever using the browser defaults.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.