Hi Shulin
Thanks for your response. I did download Acrobat SDK and read the IAC reference. I also referred setinfo method in that. However, before I execute any of the sample VB codes, it gives an error because I need to create a project reference to some TLB file, which comes with full install of Acrobat. I also referred to Developer FAQ and the impression I got was that one needs to have full Acrobat Install before using SDK.
I need to write a program that can embed metadata to PDF files (Title, Author, keywords, etc.) on the server, which will have Acrobat Reader only. Basically, I need to create an executable that would take input as "Path to PDF", Title value, Subject value, etc. and set these values on PDf as specified in Path.
How can I do that?