coolumanga
02-01-2012, 11:31 AM
hear i have the code
$html ='www.yahoo.com';
$dompdf = new DOMPDF();
$dompdf->load_html($html);
$dompdf->render();
$dompdf->stream("sample.pdf");
how do i pass the www.yahoo.com page to to pdf
hear if i use like above it will give only the text
plzz help me to do that
$html ='www.yahoo.com';
$dompdf = new DOMPDF();
$dompdf->load_html($html);
$dompdf->render();
$dompdf->stream("sample.pdf");
how do i pass the www.yahoo.com page to to pdf
hear if i use like above it will give only the text
plzz help me to do that