Search found 1 match

by noah++
2011-10-22T21:48:53-07:00
Forum: Users
Topic: Mogrify or composite on PDF makes it blurry
Replies: 1
Views: 4296

Mogrify or composite on PDF makes it blurry

Hi,

I'm trying to insert some text into a batch of PDF files, a set of identically laid out hockey scoresheets. First try:

composite -compose atop -geometry +355+344 some_text.png original.pdf new.pdf
Second try:

mogrify -draw "text 355,344 'some text'" original.pdf
Either way, the entire ...