In theory, the option ‘a5paper’ should give you a page of A5. Unfortunately, this option only sets the are in which LaTeX typesets, not the physical output pdf size. You need to load the ‘geometry’ packet to achieve this:
\documentclass[a5paper]{scrartcl} \usepackage[pass]{geometry}