Unable to download the PDF document in IE browser

Unable to download the PDF document in IE browser

SukeshGandhamSukeshGandham Posts: 4Questions: 2Answers: 0

I'm unable to download pdf in IE browser, it shows invalid state error

I have given the javascript references in the below way:


<script type="text/javascript" src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/buttons/1.4.2/js/buttons.flash.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/buttons/1.4.2/js/dataTables.buttons.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/pdfmake.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/vfs_fonts.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/buttons/1.4.2/js/buttons.html5.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/buttons/1.4.2/js/buttons.print.min.js"></script>

Still no result.

Can anyone help me out with this?

Answers

  • allanallan Posts: 63,099Questions: 1Answers: 10,391 Site admin

    What version of IE are you using please?

    Allan

  • SukeshGandhamSukeshGandham Posts: 4Questions: 2Answers: 0

    Allan,

    I'm using IE 11 version.

  • allanallan Posts: 63,099Questions: 1Answers: 10,391 Site admin

    Odd. I've not had any problems in IE11 myself. Could you try it on this page please? Does it work for you there? If so, can you link to your own page with the issue so I can try it out?

    Allan

This discussion has been closed.