However, the file name looks really strange. E. g. in my workflow, the file was clearly exported as test.pdf and is also stored as test.pdf, my pdf application shows a very strange “document title”.
Is there any way to avoid this (might be confusing especially to new people) or control this?
you can use Bundled Chromium as browser for PDF generation (advanced settings in Report PDF Writer; need to install extension before you can use it) and you will get proper name in PDF tab.
Claude AI: “So Chromium is simply doing a better job of setting the PDF metadata title — probably using the file name as a fallback when no explicit <title> is present in the HTML, while CEF just passes through the raw temp path.
…
The CEF behavior looks like a bug or an oversight in the extension.”