Back

Converting PDF with transparency to PNG

I keep forgetting how to convert a PDF with transparency to PNG and keep a white background
convert -density 110 input.pdf -background white -alpha remove output.png