Hi
I am having a problem where the word document has used track changes and has had edits and when it is converted to pdf the edits are showing instead of the final version of the document.
I have tried the following lines of code to try to get it to just print the final version but none of them are working.
oDoc.AcceptAllRevisions()
oDoc.TrackRevisions = False
oDoc.UpdatePageLayout()
I have attached the test document I am working with and the pdf that is produced. When you scroll to the last document (Pages 4 & 5) in the pdf and compare it to the Word doc in normal viewing mode you can see I am not getting the required result - the edits etc are showing.
Please can you let me know the code to switch off printing the edits and just printing the final version of the word doc.
Many thanks in advance