pdfviewer.php
366 Bytes
<?php
/*
* Template Name: Searchwp results template pdf
*/
?>
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
</head>
<?php
$url = rawurldecode ( $_REQUEST['pdfurl']);
echo do_shortcode('[pdfjs-viewer url='.$url.' viewer_width=600px viewer_height=700px fullscreen=true download=true print=true]');
?>
<body>
</body>
</html>