Hi,

Is there a command line option in inkscape that returns width and height of document's page?
The closest I found is:
inkscape --query-width picture.svg
inkscape --query-height picture.svg
but this returns width/height of drawing (which might be smaller/bigger than actual page).

I know that <svg> tag in svg file has width/height attribute so I guess there should be appropriate inkscape query for that.

Thanks
Marcin