pdf2html icon indicating copy to clipboard operation
pdf2html copied to clipboard

not converting pdf coming from Blob or Byte to Html instead of converting only with file

Open SwardCoder opened this issue 2 years ago • 1 comments

is there any way to get pdf (Blob) to Html using pdf2Html as of now pdf2Html needs URL of Pdf file to convert it as HTML but I have a Pdf content or Blob so how to make use of it, is there any hidden properties in it to get it used

SwardCoder avatar Jan 05 '23 16:01 SwardCoder

@SwardCoder a quick workaround is to save to file and use this library. I can look into this. If you are interested please feel free to modify and raise a PR.

shebinleo avatar Jan 22 '23 04:01 shebinleo