Changing the ProcessMaker title to Lurana in the Outputdocument section

This commit is contained in:
2025-04-24 18:17:49 +00:00
parent 66d2c7a6a4
commit 5a4155f964

View File

@@ -881,7 +881,7 @@ class OutputDocument extends BaseOutputDocument
// Set document information // Set document information
$pdf->SetCreator(PDF_CREATOR); $pdf->SetCreator(PDF_CREATOR);
$pdf->SetAuthor($fields['USR_USERNAME']); $pdf->SetAuthor($fields['USR_USERNAME']);
$pdf->SetTitle('ProcessMaker'); $pdf->SetTitle('Lurana');
$pdf->SetSubject($filename); $pdf->SetSubject($filename);
$pdf->SetCompression(true); $pdf->SetCompression(true);