I've a problem with itextsharp.
I generate a pdf from datagridview and dgv get data from an sql database. In one of the colums is a value date, but in the pdf it's formatted incorrectly. Example: 03-04-2014 00:00:00
, while in datagridview it's 03-04-2014
in database is as and in the database column for date (no smalldatetime). Why is the date formatted wrong in pdf?
Second question - How can I view the header and footer of the document? I'd use this to generate documents in two copies. The first copy of the header will be "original", second copy of the header will be "Copy".
Third question - How can I create a temporary files pdf, so that when you close the file it is removed from disk?
Thanks