Rank: Newbie Groups: Member
Joined: 2/28/2014 Posts: 1
|
Hi
I am using EO.Pdf in a web application. I call HtmlToPdf.ConvertUrl(filename + ".htm", filename + ".pdf") on an existing htm file. Do I need to call dispose or close on the created pdf file? Dalia
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
No. You do not need to call Dipose or Close after ConvertUrl.
Thanks!
|
Rank: Member Groups: Member
Joined: 7/9/2014 Posts: 20
|
|