Hi I'm trying to insert the pdf viewver control in an aspx page.
The error in question returns to me: $(...).ejPdfViewer is not a function
I entered the following code
<script src="https://cdn.syncfusion.com/js/assets/external/jquery-1.10.2.min.js"></script>
<div class="control">
<ej:pdfviewer
id="PdfViewer1"
PdfService="Local"
ServiceUrl="https://js.syncfusion.com/ejServices/api/PdfViewer"
runat="server">
</ej:pdfviewer>
</div>
what am I doing wrong?
thanks