QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Contains settings relating to exporting layouts to PDF. More...
#include <qgslayoutexporter.h>
Public Member Functions | |
PdfExportSettings () | |
Public Attributes | |
bool | appendGeoreference = true |
Indicates whether PDF export should append georeference data. | |
double | dpi = -1 |
Resolution to export layout at. If dpi <= 0 the default layout dpi will be used. | |
bool | exportLayersAsSeperateFiles = false |
true if individual layers from the layout should be rendered to separate PDF files. | |
bool | exportMetadata = true |
Indicates whether PDF export should include metadata generated from the layout's project's metadata. | |
QStringList | exportThemes |
Optional list of map themes to export as Geospatial PDF layer groups. | |
QgsLayoutRenderContext::Flags | flags = QgsLayoutRenderContext::Flags() |
Layout context flags, which control how the export will be created. | |
bool | forceVectorOutput = false |
Set to true to force vector object exports, even when the resultant appearance will differ from the layout. | |
bool | includeGeoPdfFeatures = true |
true if feature vector information (such as attributes) should be exported during Geospatial PDF exports. | |
QVector< qreal > | predefinedMapScales |
A list of predefined scales to use with the layout. | |
bool | rasterizeWholeImage = false |
Set to true to force whole layout to be rasterized while exporting. | |
bool | simplifyGeometries = true |
Indicates whether vector geometries should be simplified to avoid redundant extraneous detail, such as vertices which are not visible at the specified dpi of the output. | |
Qgis::TextRenderFormat | textRenderFormat = Qgis::TextRenderFormat::AlwaysOutlines |
Text rendering format, which controls how text should be rendered in the export (e.g. | |
bool | useIso32000ExtensionFormatGeoreferencing = true |
true if ISO3200 extension format georeferencing should be used. | |
bool | useOgcBestPracticeFormatGeoreferencing = false |
true if OGC "best practice" format georeferencing should be used. | |
bool | writeGeoPdf = false |
true if geospatial PDF files should be created, instead of normal PDF files. | |
Contains settings relating to exporting layouts to PDF.
Definition at line 265 of file qgslayoutexporter.h.
|
inline |
Definition at line 267 of file qgslayoutexporter.h.
bool QgsLayoutExporter::PdfExportSettings::appendGeoreference = true |
Indicates whether PDF export should append georeference data.
Definition at line 295 of file qgslayoutexporter.h.
double QgsLayoutExporter::PdfExportSettings::dpi = -1 |
Resolution to export layout at. If dpi <= 0 the default layout dpi will be used.
Definition at line 272 of file qgslayoutexporter.h.
bool QgsLayoutExporter::PdfExportSettings::exportLayersAsSeperateFiles = false |
true
if individual layers from the layout should be rendered to separate PDF files.
This option allows for separation of logic layout layers to individual PDF files. For instance, if this option is true
, then a separate PDF file will be created per layer per map item in the layout. Additionally, separate PDF files may be created for other complex layout items, resulting in a set of PDF files which contain logical atomic components of the layout.
This option is designed to allow the PDF files to be composited back together in an external application (e.g. Adobe Illustrator) as a non-QGIS, post-production step.
Definition at line 352 of file qgslayoutexporter.h.
bool QgsLayoutExporter::PdfExportSettings::exportMetadata = true |
Indicates whether PDF export should include metadata generated from the layout's project's metadata.
Definition at line 303 of file qgslayoutexporter.h.
QStringList QgsLayoutExporter::PdfExportSettings::exportThemes |
Optional list of map themes to export as Geospatial PDF layer groups.
If set, map item's which are not assigned a specific map theme will iterate through all listed themes and a Geospatial PDF layer group will be created for each.
If PdfExportSettings::writeGeoPdf is false
than this option has no effect.
Definition at line 390 of file qgslayoutexporter.h.
QgsLayoutRenderContext::Flags QgsLayoutExporter::PdfExportSettings::flags = QgsLayoutRenderContext::Flags() |
Layout context flags, which control how the export will be created.
Definition at line 308 of file qgslayoutexporter.h.
bool QgsLayoutExporter::PdfExportSettings::forceVectorOutput = false |
Set to true
to force vector object exports, even when the resultant appearance will differ from the layout.
If false
, some items may be rasterized in order to maintain their correct appearance in the output.
This option is mutually exclusive with rasterizeWholeImage.
Definition at line 288 of file qgslayoutexporter.h.
bool QgsLayoutExporter::PdfExportSettings::includeGeoPdfFeatures = true |
true
if feature vector information (such as attributes) should be exported during Geospatial PDF exports.
If PdfExportSettings::writeGeoPdf is false
than this option has no effect.
Definition at line 380 of file qgslayoutexporter.h.
QVector<qreal> QgsLayoutExporter::PdfExportSettings::predefinedMapScales |
A list of predefined scales to use with the layout.
This is used for maps which are set to the predefined atlas scaling mode.
Definition at line 397 of file qgslayoutexporter.h.
bool QgsLayoutExporter::PdfExportSettings::rasterizeWholeImage = false |
Set to true
to force whole layout to be rasterized while exporting.
This option is mutually exclusive with forceVectorOutput.
Definition at line 279 of file qgslayoutexporter.h.
bool QgsLayoutExporter::PdfExportSettings::simplifyGeometries = true |
Indicates whether vector geometries should be simplified to avoid redundant extraneous detail, such as vertices which are not visible at the specified dpi of the output.
Definition at line 324 of file qgslayoutexporter.h.
Qgis::TextRenderFormat QgsLayoutExporter::PdfExportSettings::textRenderFormat = Qgis::TextRenderFormat::AlwaysOutlines |
Text rendering format, which controls how text should be rendered in the export (e.g.
as paths or real text objects).
Definition at line 316 of file qgslayoutexporter.h.
bool QgsLayoutExporter::PdfExportSettings::useIso32000ExtensionFormatGeoreferencing = true |
true
if ISO3200 extension format georeferencing should be used.
This is a recommended setting which results in Geospatial PDF files compatible with the built-in Acrobat geospatial tools.
If PdfExportSettings::writeGeoPdf is false
than this option has no effect.
Definition at line 362 of file qgslayoutexporter.h.
bool QgsLayoutExporter::PdfExportSettings::useOgcBestPracticeFormatGeoreferencing = false |
true
if OGC "best practice" format georeferencing should be used.
If PdfExportSettings::writeGeoPdf is false
than this option has no effect.
Definition at line 373 of file qgslayoutexporter.h.
bool QgsLayoutExporter::PdfExportSettings::writeGeoPdf = false |
true
if geospatial PDF files should be created, instead of normal PDF files.
Whilst geospatial PDF files can include some desirable properties like the ability to interactively query map features, they also can result in lower-quality output files, or forced rasterization of layers.
Definition at line 337 of file qgslayoutexporter.h.