error converting html to pdf

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
donswei
Posts: 11
Joined: 2017-10-26T05:47:13-07:00
Authentication code: 1151

error converting html to pdf

Post by donswei »

I am getting an error converting a html file to a pdf. I did the install and thought I installed everything but I am getting this error. what do I do next?
I did a search and could not find an file called html2ps


C:\mytest>magick 2696147.html axc.pdf
magick: FailedToExecuteCommand `html2ps -U -o "L:/Users/m0368581/AppData/Local/T
emp/magick-4132lkPCG_cwhyav" "L:/Users/m0368581/AppData/Local/Temp/magick-41322Z
j_mAug6hLH"' (-1) @ error/delegate.c/ExternalDelegateCommand/463.
magick: delegate failed `html2ps -U -o "%o" "%i"' @ error/delegate.c/InvokeDeleg
ate/1845.
magick: unable to open file 'L:/Users/m0368581/AppData/Local/Temp/magick-4132Tkc
MAHhQ-Eum': No such file or directory @ error/constitute.c/ReadImage/549.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: error converting html to pdf

Post by snibgo »

html2ps is a perl script. You need to download html2ps (I don't know where from), and also ensure perl works for you.
snibgo's IM pages: im.snibgo.com
Post Reply