screendump and insert label convert to pdf
Posted: 2017-10-30T07:28:56-07:00
I want to grab a screenshot and put a label on top, convert to pdf and print, sounds simple ?
and i have a blank page. When I do not use +swap, I get a nice printout, only the label at the bottom.
So I tried
The image.png looks good, but after
the image.pdf is not as expected. Without the +swap ithe image.pdf look ok.
What am I doing wrong ?
I am using Imagemagic version 6.9.8-7 and Ghostscript 9.20 (2016-09-26) with Mageia 6
Code: Select all
xwd -root | convert xwd:- label:"this is a label" +swap -append pdf:- | lpr -o fit-to-page
So I tried
Code: Select all
xwd -root | convert -xwd:- label:"this is a label" +swap -append image.png
Code: Select all
convert image.png image.pdf
What am I doing wrong ?
I am using Imagemagic version 6.9.8-7 and Ghostscript 9.20 (2016-09-26) with Mageia 6