Parsing PDF pages as javascript Images

后端 未结 2 902
离开以前
离开以前 2020-12-08 22:11

As per title, is there any way I can parse pages from an unprotected PDF file as javascript Image() objects?

It would also be ok to convert them before running the j

2条回答
  •  青春惊慌失措
    2020-12-08 23:05

    Looks like the first issue is a missing executable: identify. This is part of ImageMagick:

    http://www.imagemagick.org/script/index.php

    Make sure you also have it in your path.

提交回复
热议问题