From JPG->JPG->PDF Help :)

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
boromb
Posts: 17
Joined: 2009-01-29T03:20:34-07:00

From JPG->JPG->PDF Help :)

Post by boromb »

Hello!

I need some help.

I'm creating an application that first converts A4PDF->JPG or A4JPG->JPG. After that an user
can do something with the picture (add more light). After that I would like to create an
printable A4 pdf.

In case of A4JPG-JPG I do following -scale 800 -quality 100 -trim.
I'm scaling the image to 800 so it can be shown by my application.

Is it possible to create good looking PDF of that? How?

Best regards,
Post Reply