pdf2html
pdf2html copied to clipboard
not converting pdf coming from Blob or Byte to Html instead of converting only with file
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 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.