[Qt 5.12] PDF files merging
-
Hi,
AFAIK, there's no pre-built functionality for that.
One thing you could try is to load your documents using the QtPdf module and then create a new out of the images of the pages of each document. Though I don't think that this is what you are after.