Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

ActiveX on Firefox

more options

Dear Support,

We are using IE on Windows for our main application and using ActiveX script to print directly to the printer and this is working fine. Now, we need to migrate the application to Ubuntu desktop and use the Firefox as web browser instead of IE but the ActiveX script is not working from Firefox. What is the similar feature in Firefox for Activex?

Dear Support, We are using IE on Windows for our main application and using ActiveX script to print directly to the printer and this is working fine. Now, we need to migrate the application to Ubuntu desktop and use the Firefox as web browser instead of IE but the ActiveX script is not working from Firefox. What is the similar feature in Firefox for Activex?

Toutes les réponses (2)

more options

There's not really an equivalent. It would really help to know what exactly your ActiveX script needs to do though.

What's available currently are Web Extensions APIs like:

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/printPreview https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/saveAsPDF

If the use cases is persuasive enough, those API's can potentially be expanded.

more options

Why does your application need to print directly to the printer? I think a more broadly compatible approach would be to serve PDFs to the browser for the user to print in their preferred way.