Hi
I am using ES5 - pdf viewer.
it takes more that 2 secs to execute the below mentioned code. I have uploaded just a 2 page simple pdf document.
I am initializing the viewer like this
var pdfviewer = new ej.pdfviewer.PdfViewer({
documentPath: SFDT.value, // base64 string
serviceUrl: pdfServiceUrl
});
pdfviewer.appendTo('#pdfViewer');
I attached the file I am using for upload.
Attachment:
sample_b38979a3.zip