So far I've tried converting the text directly
convert -density 300 source.txt logo.png -gravity northwest -compose over -composite out.pdf
to a PS file first
enscript -p source.ps -f Courier10 -B source.txt
convert -density 300 source.ps logo.png -gravity northwest -compose over -composite out.pdf ...
Search found 3 matches
- 2017-08-03T15:35:19-07:00
- Forum: Users
- Topic: place image on page as letterhead
- Replies: 7
- Views: 5613
- 2017-08-03T11:22:11-07:00
- Forum: Users
- Topic: place image on page as letterhead
- Replies: 7
- Views: 5613
Re: place image on page as letterhead
Thanks, Fred. It did just what I wanted (with one complaint I'll get to in a minute)
What the server does for this - I create a text file where the northwest corner is conspicuously blank and then use your first command line and it's great. I have the luxury of being able to program the text output ...
What the server does for this - I create a text file where the northwest corner is conspicuously blank and then use your first command line and it's great. I have the luxury of being able to program the text output ...
- 2017-08-03T08:23:46-07:00
- Forum: Users
- Topic: place image on page as letterhead
- Replies: 7
- Views: 5613
place image on page as letterhead
I realize that in 16 years I probably have have never asked an origina l tech support question and most are questions asked and answered 100 times if I really knew how to work the search functions.
Two versions of the same need:
I will have a text file that I can arrange any way that I wish and I ...
Two versions of the same need:
I will have a text file that I can arrange any way that I wish and I ...