06-13-2018, 08:52 PM
If you have the text and image(s) in layer groups then exporting as a PDF (with layers enabled) will produce a single page for each layer group. You should be able to re-work your existing .xcf. Create layer groups and drag the relevant layers in.
Otherwise, for separate images the old Gimp 2.8 script re-worked for Gimp 2.10 is here: https://www.gimp-forum.net/Thread-To-pri...of-a-sheet
If you have lots of individual PDF files then for many years I use PDFsam, https://pdfsam.org/ but it is a java application.
An alternative for several PDF is command line ImageMagick with a command like
Otherwise, for separate images the old Gimp 2.8 script re-worked for Gimp 2.10 is here: https://www.gimp-forum.net/Thread-To-pri...of-a-sheet
If you have lots of individual PDF files then for many years I use PDFsam, https://pdfsam.org/ but it is a java application.
An alternative for several PDF is command line ImageMagick with a command like
Code:
magick -density 300 1.pdf 2.pdf a-third.pdf final-combined.pdf