Hi,
I'm generating a PDF and associated metadata. I now need to call a vbscript which will stamp another PDF onto the current pdf pages based on the metadata. My thought was to process the metadata using nested for loops through the groups, documents, pages and datapages. When the metadata meets my condition I would use the iPage.Merge2 to overlay the required stamp.
Does a script looping through the metadata also update the page pointer to the pdf? Or do I need to manually set a pointer with iPages.item? If so, is which metadata property should I use?
Your help as ever is gratefully received.
Doug