Skip to main content

All Questions

Tagged with
0 votes
1 answer
241 views

View PDF file and not download

I want the user to view a PDF file without being able to save (Ctrl+S) or print (Ctrl+P) the document. The user should neither be able to copy the text inside the PDF. Is is possible?
Surender singh's user avatar
1 vote
1 answer
7k views

Embed PDF Viewer with annotation like highlight, scribble, add note using PHP

I have a website build on CakePHP framework. I have already integrated Dompdf library for generating PDF from HTML. And now for viewing the PDF files, I need a pdf reader that will be embedded into ...
akash's user avatar
  • 99
5 votes
0 answers
3k views

View PDF in browser without Download (Something like gmail attachment)

We are using php to generate PDF on server. Can you please help me to understand, how to give facility to user to view PDF online (something like feature of Gmail) ? Any reference document will be ...
Pawan Mude's user avatar
  • 1,649
17 votes
4 answers
38k views

Problems with FPDF and Euro symbol

I've spent a couple of days sifting through various methods to encourage FPDF to render the Euro symbol, but none have succeeded. I have: $currency = iconv("UTF-8", "ISO-8859-1//TRANSLIT", '€'); ...
Wayne Smallman's user avatar
11 votes
3 answers
85k views

Embed the PDF in a webpage without using the built-in PDF viewer

Currently I am using the standard way to embed an pdf to the browser, however, the built-in pdf viewer for my target browser is not working as expected. I would like to force (Chrome, Firefox and IE8 (...
user782104's user avatar
  • 13.5k
1 vote
3 answers
16k views

show pdf files in a php page

I have some pdf files and want to show them online in my website,not downloading or displaying with acrobat or firefox add-on, actullay I need a pdf viewer. I am not sure if there ia any prepared ...
hd.'s user avatar
  • 18.1k
4 votes
4 answers
9k views

Show pdf file into browser without Adobe Reader

I need to open pdf file into browser without Adobe Reader. Is there any API with php which open PDF files into browser. Regards
Dharm Shankar's user avatar