Este es el php, muy simple..
Código PHP:
$sql = "SELECT * FROM listado ORDER BY id DESC";
$result = mysql_query($sql);
while($rows = mysql_fetch_array($result)){
Código HTML:
<iframe src="http://docs.google.com/gview?url=<?=$rows['rutapdf'];?>&embedded=true" style="width:600px; height:800px;" frameborder="0"> </iframe>
Gracias