Skip to main content

All Questions

Tagged with
0 votes
0 answers
132 views

How to make pdf Non-downloadable on my Ionic3 app?

I am working on a coaching institute app using Ionic3. they want their pdf not to be downloadable and shareable, only registered students can only view their pdf. All pdf is on their server. I am ...
Niraj's user avatar
  • 1,139
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
0 votes
1 answer
120 views

Is there any way to display pdf files in browser such that the viewer can only read the file and can't save/download/print the file in any form

I have to integrate pdf files in my PHP web application such that the viewer of the file can not save/download/print the pdf file. I am finding a way of doing this in any way like using javascript, ...
raja Tones's user avatar
0 votes
1 answer
875 views

How to live preview a PDF file which is saved as Longblob data in MySQL Server using javascript?

How to make live preview a PDF file in my local website ( no internet ) which is the PDF saved in Longblob? I use this script to download the PDF : <?php if(isset($_GET['id'])) { include "../conn....
Kevin Eko Cahyo Nugroho's user avatar
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