I split & merge some pdf files like this
pdftk A=content.pdf B=frontside.pdf cat B1 A5-2 output output.pdf 2>&1
The result is fine but has no XMP data anymore. Is there a way to tell pdftk from which file it shall take the XMP dataset when merging?