This causes the keywords to double when viewed in File ==> Properties ==> Description Tab.
$pdf->SetKeywords('CLAM, CLM, Schedule, Program, Meeting, Service Meeting');
This shows the keywords once only:
$pdf->SetKeywords('CLAM CLM Schedule Program Meeting Service Meeting');
In short drop the comma's and you will be fine.
0 Comments