PDF to PNG conversion problem

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
sanojmn

PDF to PNG conversion problem

Post by sanojmn »

Hi All.

I have a problem with conversion. I have a pdf with small size (resolution. not file size). The area of file is 1/3 of A4 size. After converting this pdf to png i am getting this output below:

Image

Problem is I am not getting the correct output, here it creating a image with same size of pdf and some white space. I want to increase the size of output but it should proportionate to the input. Here the out put resolution is 826px × 1169px, but the content is aligned to left bottom of the file. In my case it should come in center and larger than the input. Please help me what i can do for this

Thanks,

Sanoj
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: PDF to PNG conversion problem

Post by fmw42 »

Please provide your command line and images, if possible.
Post Reply