I am creating a pdf file using PDF::API2. I created a page, put a background image and put some texts on it. What I need is, I want an exact copy of the first page on next page but scaled to 0.5 size of the first page.
I tried to create an xo object of the first page and use formimage to put that xo object on the next page. But failed.
Thank you.