User-1917797656 posted
Hi,
As I said in the title, I'm looking for a way to display a pdf document with limitations, the person who visits the document should not have the right to download or print the pdf file, my current code is that
<div class="col-md-8">
<h4>Overview </h4>
<hr />
<embed src="@Url.Content("~/Content/PdfFiles/"+@Html.DisplayFor(model => model.Pdf))" type="application/pdf" width="100%" height="600px" />
</div>