i want to send an email with a PDF attachment.but the file is a php file which generated dynamically.so i want to convert the php file into PDF..
i have used phpmailer here.
$mail->AddAttachment("view.php");
how to convert view.php to a pdf file