These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Merge Two Pages into One

vomit
Registered: Feb 11 2009
Posts: 8
Answered

I didn't see anything in the javascript api reference but...

Is there any programatic way to merge two pages? For example, combine page 1 & page 2 into a single page?

Make a template and insert it? Is there any way to control the position of templates?

Thanks in advance!

My Product Information:
Acrobat Pro 8.0, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Do you mean tiling the pages or overlapping them? Both are possible. Use the AddWatermarkFromFile function. You can use this to scale and postion one PDF page to another.

Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

vomit
Registered: Feb 11 2009
Posts: 8
Tiling.

Yes, AddWatermarkFromFile works great. Thanks much!