View source: R/qgis_printlayouttopdf.R
qgis_printlayouttopdf | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Export print layout as PDF (native:printlayouttopdf). Exports a print layout as a PDF. This algorithm outputs a print layout as a PDF file.
qgis_printlayouttopdf(
LAYOUT = 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(),
SEPARATE_LAYERS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
LAYOUT |
|
LAYERS |
|
DPI |
|
FORCE_VECTOR |
|
FORCE_RASTER |
|
GEOREFERENCE |
|
INCLUDE_METADATA |
|
DISABLE_TILED |
|
SIMPLIFY |
|
TEXT_FORMAT |
|
IMAGE_COMPRESSION |
|
SEPARATE_LAYERS |
|
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.