I have a program that calls a PDF when a button is clicked. That PDF is located in the Resources folder and I'm using this code to show the PDF.
System.Diagnostics.Process.Start(Application.StartupPath & "\Resources\MYPDF.pdf")
How can I add a time stamp on my PDF showing the time when it was generated?