I was creating a book using XeLateX. I've got a front page created by someone else which is in pdf format. Now my question is how can I insert the pdf file to the beginning? I have done this in LaTeX using
\includepdf[noautoscale]{frontcover}
using the pdfpages package. but I'm unable to do so with XeLaTeX. Any pointers?