Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14343

Open pdf document

$
0
0
Normally I open a pdf document directly from a link but suppose I want to add conditionality so that eg the pdf would open before 12.00 but not after 12.00. In that case I would like the link to go to a controller function where I could add the conditionality and then, if the condition is met, open the pdf. If I want to load a view I would use the load->view syntax but how would I load a pdf which is not in the view folder?

something like:

PHP Code:
function pdf_launch() {
 
$this->load->view('public/pdf/test.pdf');
 } 

but that of course won't work.

Viewing all articles
Browse latest Browse all 14343

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>