Questions tagged [html2ps]
7 questions
2
votes
0 answers
Error when execution imagemagick convert image: "delegate failed html2ps"
On my server (Ubuntu 16) when converting some .jpg images instead of converting I receive error:
convert: delegate failed `"html2ps" -U -o "%o" "%i"' @ error/delegate.c/InvokeDelegate/1310.
Other .jpg-images are converted normally.
ImageMagick…

Sergey S.
- 21
- 3
2
votes
2 answers
Saving HTML email with inline images to PS or PDF with Procmail
I need a little advice/push in the right direction.
I have written some small scripts that takes an incoming HTML email, converts it to PostScript and then sends it to a designated printer via CUPS. Printers are based on the recipient of the email.…

Soddengecko
- 65
- 1
- 10
2
votes
0 answers
Error when using html2ps and imagemagick
I am trying to convert an html file to an image by using html2ps and imagemagick. This is the command that is being executed:
convert ./test.html ./test.png
and this is the error I am recieving:
Use of assignment to $[ is deprecated at…

KrispyDonuts
- 1,262
- 2
- 18
- 37
1
vote
1 answer
html2ps - How do I print small labels?
I've been working with html2ps to get some text only labels to print correctly on a Dymo 450 Labelwriter printer. According to this page you should be able to resize the page using CSS. Here's the CSS I tried (in an external file and also tried it…

jjclarkson
- 5,890
- 6
- 40
- 62
1
vote
1 answer
html2ps + ImageMagick + libwww-perl not working together
Summary:
I am using html2ps to convert an html document with inline images. (I have both ImageMagick and libwww-perl installed.) If the images are local, this works fine; however, when the images are given through a URL, I just see [IMAGE] instead…

Kittsil
- 2,349
- 13
- 22
0
votes
1 answer
Converting Html to GIF - size ignored
On my Ubuntu box I have installed htlm2ps in order to convert a simple html file to a GIF. My html file looks like this:

bardu
- 727
- 2
- 8
- 24
-1
votes
1 answer
HTML2PS pdf using cakephp
The pdf file thas generated from class is not opened. I have get the message when I try to open pdf:
"Adobe reader could open "test.pdf" because it is either not a support file type or because the file has been damaged (for example, it was sent as…

Avick Mukherjee
- 33
- 1
- 3
- 12