I found some script regarding merging pdfs from below url
http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=139
it works well except one issue.
When I need to create bookmark with Chinese text (e.g. 測試TESTING), the bookmark can only been seen in the acrobat 5.0. When I tried to open the file in other version's reader e.g. 8.0. All the bookmark become strange characters. I searched the web but still can't a concrete answer for this.
Would u pls help provde any advice to me? (or this issue is known bug for the "BookMarkRoot.createChild"?
You advice should be very helpful.
Look forward to hear from you.
Yu
yipchunyu [at] gmail [dot] com
bookmarkRoot.children[0].name = "\u6e2c\u8a66TESTING"
I tried this in Reader 8 and it works. You might want to take a look at this article
http://www.acrobatusers.com/tutorials/2006/using_unicode_text
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]
Then most important JavaScript Development tool in Acrobat
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script