I have a webform
where starting from an image .jpg
, the complete with data of the transaction in question using itextsharp
and I open it with a windows.open
.
The problem is that when I click on the download icon, the form is downloaded to me as .aspx
and I would need it as .pdf
. How could I achieve this?