vb.net - Adding time stamp to a pdf -


I have a program that calls a PDF call on a button, this PDF resource Is located in the folder and I am using this code to show the PDF. System.Diagnostics.Process.Start (application.StartupPath and "\ resource \ MYPDF.pdf")

How do I add a time stamp to my pdf when it shows time Has it happened?

The implementation of the PDF format is probably slightly more than the scope but for this there are libraries like ItextSharp. Use can also edit a PDF and can add a string. I can not fully explain how in this context, but there are documentation and tutorials.

ITextSharp

is located on

Comments