Emano-Waldeck / pdf-reader

a PDF reader extension based on Mozilla's PDF.js library for Chromium-based browsers
https://webextension.org/listing/pdf-reader.html
29 stars 8 forks source link

Enable pdf signature display in pdf.js #4

Closed mikele closed 3 years ago

mikele commented 3 years ago

We would like to view pdf signatures via pdf.js As i can see in https://github.com/mozilla/pdf.js/issues/1076 the developers disabled it due to missing validation, however I think just displaying the signature would be better than nothing. It seems to me that only one line has to be changed: https://github.com/mozilla/pdf.js/blob/968a15318084a2c6863c48ebe06e80ca28029b22/src/core/annotation.js#L628 => Could it be possible to enabled/disable this behavoiur in your context menu (like the "Support embedded PDFs) ?

Cheers, Michael