View source: R/qgis_atlaslayouttomultiplepdf.R
qgis_atlaslayouttomultiplepdf | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Export atlas layout as PDF (multiple files) (native:atlaslayouttomultiplepdf). Exports an atlas layout to multiple PDF files. This algorithm outputs an atlas layout to multiple PDF files. 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_atlaslayouttomultiplepdf(
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_FILENAME = qgisprocess:::qgis_default_value(),
OUTPUT_FOLDER = 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_FILENAME |
|
OUTPUT_FOLDER |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
No output description provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.