Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add processing algorithms to export a print layout as PDF/image #36916

Merged
merged 5 commits into from
Jun 29, 2020

Commits on Jun 28, 2020

  1. [FEATURE][processing] Add algorithms to export a print layout as PDF …

    …or image
    
    This allows for models which export print layouts from the current project. One
    use case for this is allowing users to create an in-project model which exports
    a particular set of layouts from the project to certain folders, so that they
    can easily re-export the current project in a single operation instead of
    having to manually open multiple layouts and export one-by-one.
    
    Additionally, with the new capabilities to have expression based output files
    inside models, you can automatically export the layouts to a folder with
    the current date tag and include this in the exported file names!
    nyalldawson committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    4a5ed52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3baa467 View commit details
    Browse the repository at this point in the history
  3. Typo

    nyalldawson committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    c66f516 View commit details
    Browse the repository at this point in the history
  4. [processing] Use an editable combobox with current project layout names

    when editing a model which uses the print layout parameter type
    
    Instead of a plain text edit with no hints as to the current project's layouts
    nyalldawson committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    dcbb59d View commit details
    Browse the repository at this point in the history
  5. Add test

    nyalldawson committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    88adf6e View commit details
    Browse the repository at this point in the history