Thanks, for the tip.
But with parameters should I use to restore the author and Subject.
Should it be something like:
$author= pdf_get_parameter($pdf, "author", 0);
$subject= pdf_get_parameter($pdf, "subject", 0);
will it work?
I´m asking that because my development environment isn´t yet build, and I also must install pdflibs in my php system to make it work. I would appreciate if you answer me this last question.