QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Member Functions | Public Attributes | List of all members
QgsLayoutExporter::PdfExportSettings Struct Reference

Contains settings relating to exporting layouts to PDF. More...

#include <qgslayoutexporter.h>

Public Member Functions

 PdfExportSettings ()
 Constructor for PdfExportSettings. More...
 

Public Attributes

bool appendGeoreference = true
 Indicates whether PDF export should append georeference data. More...
 
double dpi = -1
 Resolution to export layout at. If dpi <= 0 the default layout dpi will be used. More...
 
bool exportMetadata = true
 Indicates whether PDF export should include metadata generated from the layout's project's metadata. More...
 
QStringList exportThemes
 Optional list of map themes to export as GeoPDF layer groups. More...
 
QgsLayoutRenderContext::Flags flags = nullptr
 Layout context flags, which control how the export will be created. More...
 
bool forceVectorOutput = false
 Set to true to force vector object exports, even when the resultant appearance will differ from the layout. More...
 
bool includeGeoPdfFeatures = true
 true if feature vector information (such as attributes) should be exported during GeoPDF exports. More...
 
QVector< qreal > predefinedMapScales
 A list of predefined scales to use with the layout. More...
 
bool rasterizeWholeImage = false
 Set to true to force whole layout to be rasterized while exporting. More...
 
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. More...
 
QgsRenderContext::TextRenderFormat textRenderFormat = QgsRenderContext::TextFormatAlwaysOutlines
 Text rendering format, which controls how text should be rendered in the export (e.g. More...
 
bool useIso32000ExtensionFormatGeoreferencing = true
 true if ISO3200 extension format georeferencing should be used. More...
 
bool useOgcBestPracticeFormatGeoreferencing = false
 true if OGC "best practice" format georeferencing should be used. More...
 
bool writeGeoPdf = false
 true if GeoPDF files should be created, instead of normal PDF files. More...
 

Detailed Description

Contains settings relating to exporting layouts to PDF.

Definition at line 251 of file qgslayoutexporter.h.

Constructor & Destructor Documentation

◆ PdfExportSettings()

QgsLayoutExporter::PdfExportSettings::PdfExportSettings ( )
inline

Constructor for PdfExportSettings.

Definition at line 254 of file qgslayoutexporter.h.

Member Data Documentation

◆ appendGeoreference

bool QgsLayoutExporter::PdfExportSettings::appendGeoreference = true

Indicates whether PDF export should append georeference data.

Since
QGIS 3.10

Definition at line 282 of file qgslayoutexporter.h.

◆ dpi

double QgsLayoutExporter::PdfExportSettings::dpi = -1

Resolution to export layout at. If dpi <= 0 the default layout dpi will be used.

Definition at line 259 of file qgslayoutexporter.h.

◆ exportMetadata

bool QgsLayoutExporter::PdfExportSettings::exportMetadata = true

Indicates whether PDF export should include metadata generated from the layout's project's metadata.

Since
QGIS 3.2

Definition at line 290 of file qgslayoutexporter.h.

◆ exportThemes

QStringList QgsLayoutExporter::PdfExportSettings::exportThemes

Optional list of map themes to export as GeoPDF layer groups.

If set, map item's which are not assigned a specific map theme will iterate through all listed themes and a GeoPDF layer group will be created for each.

If PdfExportSettings::writeGeoPdf is false than this option has no effect.

Definition at line 362 of file qgslayoutexporter.h.

◆ flags

QgsLayoutRenderContext::Flags QgsLayoutExporter::PdfExportSettings::flags = nullptr

Layout context flags, which control how the export will be created.

Definition at line 295 of file qgslayoutexporter.h.

◆ forceVectorOutput

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 275 of file qgslayoutexporter.h.

◆ includeGeoPdfFeatures

bool QgsLayoutExporter::PdfExportSettings::includeGeoPdfFeatures = true

true if feature vector information (such as attributes) should be exported during GeoPDF exports.

If PdfExportSettings::writeGeoPdf is false than this option has no effect.

Definition at line 352 of file qgslayoutexporter.h.

◆ predefinedMapScales

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.

Since
QGIS 3.10

Definition at line 369 of file qgslayoutexporter.h.

◆ rasterizeWholeImage

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 266 of file qgslayoutexporter.h.

◆ simplifyGeometries

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.

Since
QGIS 3.10

Definition at line 311 of file qgslayoutexporter.h.

◆ textRenderFormat

QgsRenderContext::TextRenderFormat QgsLayoutExporter::PdfExportSettings::textRenderFormat = QgsRenderContext::TextFormatAlwaysOutlines

Text rendering format, which controls how text should be rendered in the export (e.g.

as paths or real text objects).

Since
QGIS 3.4.3

Definition at line 303 of file qgslayoutexporter.h.

◆ useIso32000ExtensionFormatGeoreferencing

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 334 of file qgslayoutexporter.h.

◆ useOgcBestPracticeFormatGeoreferencing

bool QgsLayoutExporter::PdfExportSettings::useOgcBestPracticeFormatGeoreferencing = false

true if OGC "best practice" format georeferencing should be used.

Warning
This results in GeoPDF files compatible with the TerraGo suite of tools, but can break compatibility with the built-in Acrobat geospatial tools (yes, GeoPDF format is a mess!).

If PdfExportSettings::writeGeoPdf is false than this option has no effect.

Definition at line 345 of file qgslayoutexporter.h.

◆ writeGeoPdf

bool QgsLayoutExporter::PdfExportSettings::writeGeoPdf = false

true if GeoPDF files should be created, instead of normal PDF files.

Whilst GeoPDF 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.

Note
Requires builds based on GDAL 3.0 or greater.
Since
QGIS 3.10

Definition at line 324 of file qgslayoutexporter.h.


The documentation for this struct was generated from the following file: