# Saves the given range of cards to either PNG or PDF
#
#
# @param range: the range of cards over which this will be rendered. See {file:API.md#label-Specifying+Ranges Specifying Ranges}
# @option opts [Enumerable] range (:all) the range of cards over which this will be rendered. See {file:API.md#label-Specifying+Ranges Specifying Ranges}
# @param dir: the directory for the output to be sent to. Will be created if it doesn't exist
# @option opts [String] dir (_output) the directory for the output to be sent to. Will be created if it doesn't exist.
# @param format: the format that this will be rendered too. Options `:pdf, :png`. Array of both is allowed: `[:pdf, :png]`
# @option opts [Symbol] format (:png) the format that this will be rendered too. Options `:pdf, :png`. Array of both is allowed: `[:pdf, :png]`
# @param prefix: the prefix of the file name to be printed
# @option opts [String] prefix (card_) the prefix of the file name to be printed
# @param range: the range of cards over which this will be rendered. See {file:API.md#label-Specifying+Ranges Specifying Ranges}
# @option opts [Enumerable] range (:all) the range of cards over which this will be rendered. See {file:API.md#label-Specifying+Ranges Specifying Ranges}
# @param dir: the directory for the output to be sent to. Will be created if it doesn't exist
# @option opts [String] dir (_output) the directory for the output to be sent to. Will be created if it doesn't exist.
# @param prefix: the prefix of the file name to be printed
# @option opts [String] prefix (card_) the prefix of the file name to be printed.