In Chrome when we change the PDFDocument option to automatically download PDF files instead of opening it on the window, it will download the file, close the tab, and aut… (saiba mais)
In Chrome when we change the PDFDocument option to automatically download PDF files instead of opening it on the window, it will download the file, close the tab, and automatically change its name if needed (if every file has the same name, it will rename them to (1), (2) and so on).
In Firefox that is not happening. For start, after changing the PDFDocument option to download automatically, the tab that downloaded the PDF keeps open. I managed to change that using browser.link.open_newwindow: 1, but now the files with the same name are being replaced. It will download everything, but replacing the file when the name is the same.
How can I fix it? Is it possible to have a similar experience that I have on Chrome?