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?".
but all I get is a single white pixel. The -page-option seems to be the only one that accepts page-sizes like A4.
How would I get it in landscape orientation?
Well, as far as I know PDF can handle both raster and vector. The thing is imagemagick can put raster images into PDFs (many examples in the net) but if I look at these PDFs they are not at all A4 size. Independen of PDF I'd like to know how I can create a rectangle or extend a pic (fileformat supporting dpi values; eg svg) such that it would have A4 dimensions.
Of course it would be much better to have a PDF of A4 size and a white background without achieving this with lots of white pixels;)
I'm wondering what the option -page A4 is doing and what it is ment for if not for this purpose.