Search Support

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.

Learn More

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

more options

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 ...

All Replies (2)

more options

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.

more options

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).