Project: QGIS

Version: 3.34

Feature: Automatically open exported layouts

A new "Open file after exporting" checkbox option has been added to the export options for PDF, SVG, and Image output types. When selected this option will attempt to automatically open the output file once the export is completed.

The application used to open the file will use the configured default application on the system based on type (using QDesktopServices::openUrl). This feature will leverage the user settings API to remember the selection for the active user profile.

This feature was developed by Yoann Quenach de Quivillic