Hi,
Sorry for the confusion. I think I’m partly at fault for mixing up how Words and Slides store and return data.
In Words when you encounter a field code that represents a date or page number, etc. you are able to get the embedded value which was saved the last time the field was updated. I’m aware that Power Point may not store these values like Word does, but if it does I would like to get those values as seen the last time the document was opened in office. If it doesn’t then is there a way I can programmatically replace the date so that when we convert to PDF it doesn’t use the current time?
The reason for this is that we are converting to PDF, but the dates always come out as the time we did the conversion and not the value of last printed. I have tried using the presentation.setCurrentDateTime(xxx), but it doesn’t seem to make any difference. Is that the way I should be doing this.
Regards
Nick