Merge two basic pdf

Hi,

I need to merge two pdf with aspose.total.

Here is my sginature;
byte [] mergePdf(byte[] pdf1, byte[] pdf2)

How can I do it ? Can you help me ?

Also, I need to compress PDF file ? How to and how much compress existing PDF file ?

@aomerr28,

You can concatenate PDF documents and also optimize the size. Please refer to these help topics: Concatenate PDF Files and Optimize PDF File Size