Aspose.pdf specific positions

Hi,
I have multiple PDF files each containing a single graphic. I need to combine the PDF’s together into one PDF by placing each one in a specificed location on the page. Also, the individual PDF images I am combining may need to be layered on top of each other in the final PDF.

So it is not simply merging PDF’s…it is allowing me to place them in specific positions on the page. Does your API allow me to do that?

Hi,

You can convert the PDF containing images into images using Aspose.Pdf.Kit. For more information please consult [http://www.aspose.com/Products/Aspose.Pdf.Kit/Api/Convert-the-PDF-Document-to-Specified-Images.html ](http://www.aspose.com/Products/Aspose.Pdf.Kit/Api/Convert-the-PDF-Document-to-Specified-Images.html) . Then you can create a new PDF placing these images in it using Aspose.Pdf. For more information please consult [http://www.aspose.com/Products/Aspose.Pdf/Api/Use-Image-from-Local-Disk.html ](http://www.aspose.com/Products/Aspose.Pdf/Api/Use-Image-from-Local-Disk.html)

Thanks.