Here i want to merge two Individual A4 PDFs to A3 PDFs.The A4 PDF pages should be fit into A3 2-ups that is side by side view.
I didn't tried any code still now but before i want to know is this possible?
Note : A4 PDFs can have "N" number of pages not single page PDF.
HERE is graphical image example:

You may concatenate two PDF documents into a single PDF document containing all A4 size pages. Then you can use
MakeNUpmethod which is exposed byPdfFileEditorclass, in order to get 1 row and 2 columns on A3 size output document. Below code snippet is basic implementation of suggested approach:For further details and information, you may visit below links:
PS: I work with Aspose as Developer Evangelist.