Is there a way to get four page to appear on one page?

Sample.PNG (1.6 KB)

I want to make it look like an attachment.

Is there to offer any options or methods?

@Junyoung

Thank you for contacting support.

We would like to request you to use MakeNUp method to achieve your requirements, as explained in the code snippet below:

PdfFileEditor pfe = new PdfFileEditor();
pfe.MakeNUp("FourPages.pdf", "Testing_18.5.pdf", 2, 2);

We hope this will be helpful. Please feel free to contact us if you need any further assistance.