Version: (using Devel) Compiler: gcc-4.3.1 r1 gentoo OS: Linux Installed from: Compiled sources When importing PostScript as PDF file (action from menu) okular runs gs with standard parameters that makes paper size as us-letter. For me (and some other people) it will be great if importing gave option to choose paper size (ie. -sPAPERSIZE=A4) from list or based on size in PS file. Imported A4 PS file for now results letter PDF file, that isn't good for printing (cutted text). Gaveing paper size option "from hand" makes PDF file usable so it shouldn't be a big issue ;)
Then this is actually a wish, not a bug, as we just let ps2pdf figure out the correct paper size (and if it does not, then this is a ps2pdf bug).
ps2pdf assumes paper size ALWAYS as us-letter so letting it to make a choice isn't really a choice... ps2pdf has an option just like gs, so adding -sPAPERSIZE=mypapersize would be very usefull. I found that ie. inkscape makes this same trick (http://wiki.inkscape.org/wiki/index.php/TricksAndTips#Printing_or_Producing_PDFs_in_ISO_A4_rather_than_US_Specific_Letter_Paper)