22
Views
3
Comments
[Ultimate PDF] Ultimate PDF compatibility with IE browser
ultimate-pdf
Reactive icon
Forge asset by Leonardo Fernandes

Hi,

We are using this component to download pdf which is working fine in other browsers. However, it seems that it is not compatible with Internet Explorer browser as it does not give the expected result, rather throw error. Can you please help us to know if there is way to make this work in IE browser as well.

Thanks,

Puja



2025-04-17 05-42-16
Ajit Kurane
UserImage.jpg
Puja Rani

Thanks for your response. 

I have already added these actions. As I mentioned pdf download is working in other browsers, only in IE it is not working.


2019-07-08 11-04-35
Leonardo Fernandes
 
MVP

Hi.

Internet Explorer is no longer supported by Microsoft. I have no ways of testing this in Internet Explorer.

I suspect that the issue might be that Ultimate PDF uses some ES6 features in its javascript component. I suggest you try to adapt the UltimatePDF script inside of the module with the same name to be compatible with IE. You may be able to transpile it using Babel.

Alternatively, try using the PrintToPDF server action to generate the PDF. You will need to change your application to call a server action instead of simply navigating the a screen.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.