merge

DynamicPDF CoreSuite for .NET (v8) Forum

 Feb 09 2017 10:06 PM
Hi there,

I'm new to dynamic PDF, forgive me if the questions are silly.

I got a multipage content pdf document, and a header pdf which contains a header picture. (the header file is not limited to pdf, could be a .jpg if it makes our life easier).

I would like to merge the header pdf to the content pdf, which will apply the header picture to the first page in content pdf only.

It will looks like:

Header pdf:
 _____
|1111 |
|     |
|     |
|_____|

Content Pdf:
 _____
|     |
| aaa |
| bbb |
|_ccc_|
 _____
| ddd |
| eee |
|     |
|_____|

after merge I'll get:
 _____
|1111 |
| aaa |
| bbb |
|_ccc_|
 _____
| ddd |
| eee |
|     |
|_____|

Is it do able with dynamic pdf? Please let me know, Thanks.
 Feb 09 2017 10:34 PM
silly me, I found the solution in the support documents. Cheers.

All times are US Eastern Standard time. The time now is 11:40 PM.