All Questions
8
questions
0
votes
1
answer
249
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?
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 ...
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 ...
17
votes
4
answers
39k
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", '€');
...
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 (...
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 ...
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