<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<iframe src="/grillhouse.ro/meniu.pdf#toolbar=0" width="100%" height="500px"></iframe>
<h1>PDF Example</h1>
<p>Open a PDF file <a href="/grillhouse.ro/meniu.pdf">example</a>.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<h1>How to disable downloading of the PDF document</h1>
<iframe src="/grillhouse.ro/meniu.pdf#toolbar=0" width="100%" height="500px">
</iframe>
</body>
</html>