Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut
Diarsipkan

This PDF document contains forms.The filling of form fields is not supported.

jscher2000 -... replied
nikhilesh786

We have a PDF file , with e-signed . When we are open in Firefox , we are not able to see e-signature . We have written this view part in thymeleaf . We return base64 from back-end and convert it into PDF file .

Thanks ...

We have a PDF file , with e-signed . When we are open in Firefox , we are not able to see e-signature . We have written this view part in thymeleaf . We return base64 from back-end and convert it into PDF file . Thanks ...

Semua Balasan (2)

Converting PDF will not allow you to fill it in unless your reauthoring it with something the full Acrobat to make those changes. I doubt that was a correct pdf otherwise you need to contact the sender there is a problem. So not sure why this is a firefox issue since the Browser isn't the software that created the pdf.

Hi nikhilesh786, Firefox's PDF viewer (pdf.js) converts PDF files to HTML, and at this point, the viewer cannot emulate the full features of native PDF viewers like Adobe Reader.

If this signature issue is critical to you, please check whether it is already on file with the project or might need to be added:

https://github.com/mozilla/pdf.js/issues

Since changes may not reach Firefox for 6-12 months, depending on priorities, you probably need to plan on users opening the PDF outside the browser in another viewer. Does Firefox already show a button for that when loading one of your PDFs? If so, that might be enough. Otherwise, you could force downloading of the PDF (Content-Disposition: attachment).