Open chrismorison-wt opened 1 year ago
I am open to accept contributions adding them, but I am afraid that I am most probably not going to add them myself, as I haven't encountered any other PNGs than type 2 in my use-case of pdfjs
. No need for the PDF source file in this case.
While adding an external pdf with
new pdfjs.ExternalDocument(buffer);
I am getting the error:Looking at
util.js
I see it only supports filter type 2. According to the PNG specification there are 4 filter types.Is there any chance of getting filter type 3 supported - or all of them?
I'm sorry I cannot provide the pdf source file which is causing this issue due to confidentiality.