Welcome Guest, Not a member yet? Register   Sign In
Generating pdf from the view page
#1

[eluser]Unknown[/eluser]
In the view page "ShowInformation.php" I have the code something like this including the omit css style code and other stuff

Code:
<?php foreach ($preUser as $value): ?>

Citizen ID : &lt;?php echo $value->cid;?&gt;</br>
First Name : &lt;?php echo $value->name;?&gt;</br>
...

&lt;?php endforeach; ?&gt;

$preUser is a variable passing from the controller and its from database.

I need to add the download button in that page and generate the PDF with exact the same PHP/HTML/CSS, supporting UTF-8.

Any suggestion ?




Theme © iAndrew 2016 - Forum software by © MyBB