My document consists of three parts, where part two is an external PDF which I bound in using the \includepdf command from the pdfpages package. I managed to place page numbers on these pages by use of the option pagecommand={}; e.g. \includepdf[pages=2,noautoscale,pagecommand={}]{Part_2.pdf}.
There is, however, one subtle thing I'd like to have adjusted: As it is now, all page numbers are displayed in the respective top outer corner. However I would like to have the page number of the first page of the PDF to be displayed in the middle at the bottom.
How can I do that? (The document class used is amsbook)

