Is it possible to do:
$pdf = new FPDI();
$pdf->setSourceFile($pdfpfad);
$pdf->SetTitle(...);
$pdf->SetAuthor(...);
$pdf->SetSubject(...);
$pdf->SetKeywords(...);
$pdf->SetCreator(...);
and save the file without importing the whole PDF? I want to change only the Metadata of existing files.