--
============================================================
LEIAM SEMPRE AS REGRAS DA LISTA:
http://groups.google.com.br/group/listaphp/web/regras-da-lista-php
--
LISTA PHP > http://groups.google.com.br/group/listaphp
--
REVISTA PHP > http://www.revistaphp.com.br
--
AJAX-BRASIL > http://groups.google.com/group/ajax-brasil
--
PYTHON-GOOGLE > http://groups.google.com.br/group/python-google
--
DOTNET-BRASIL > http://groups.google.com.br/group/dotnet_br
============================================================
<?php
$filename = "file.pdf";
header('Content-Length: ' . filesize($filename));
header('Content-Type: application/pdf');
header('Content-Disposition: attachment; filename=file.pdf');
readfile($filename);
?>
http://googlesystem.blogspot.com/2009/09/embeddable-google-document-viewer.html
On Jan 28, 1:03 am, Gerson Minichiello <gerson.minichie...@gmail.com>
wrote: