View source: R/qgis_atlaslayouttopdf.R
qgis_atlaslayouttopdf | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Export atlas layout as PDF (single file) (native:atlaslayouttopdf). Exports an atlas layout as a single PDF file. This algorithm outputs an atlas layout as a single PDF file. If a coverage layer is set, the selected layout's atlas settings exposed in this algorithm will be overwritten. In this case, an empty filter or sort by expression will turn those settings off.
qgis_atlaslayouttopdf(
LAYOUT = qgisprocess:::qgis_default_value(),
COVERAGE_LAYER = qgisprocess:::qgis_default_value(),
FILTER_EXPRESSION = qgisprocess:::qgis_default_value(),
SORTBY_EXPRESSION = qgisprocess:::qgis_default_value(),
SORTBY_REVERSE = qgisprocess:::qgis_default_value(),
LAYERS = qgisprocess:::qgis_default_value(),
DPI = qgisprocess:::qgis_default_value(),
FORCE_VECTOR = qgisprocess:::qgis_default_value(),
FORCE_RASTER = qgisprocess:::qgis_default_value(),
GEOREFERENCE = qgisprocess:::qgis_default_value(),
INCLUDE_METADATA = qgisprocess:::qgis_default_value(),
DISABLE_TILED = qgisprocess:::qgis_default_value(),
SIMPLIFY = qgisprocess:::qgis_default_value(),
TEXT_FORMAT = qgisprocess:::qgis_default_value(),
IMAGE_COMPRESSION = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
LAYOUT |
|
COVERAGE_LAYER |
|
FILTER_EXPRESSION |
|
SORTBY_EXPRESSION |
|
SORTBY_REVERSE |
|
LAYERS |
|
DPI |
|
FORCE_VECTOR |
|
FORCE_RASTER |
|
GEOREFERENCE |
|
INCLUDE_METADATA |
|
DISABLE_TILED |
|
SIMPLIFY |
|
TEXT_FORMAT |
|
IMAGE_COMPRESSION |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputFile - PDF file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.