Hi all, is it possible to set a timeout to a document conversion using any component of the library?
Diego
Hi all, is it possible to set a timeout to a document conversion using any component of the library?
Diego
Hi Diego,
Thanks for contacting support.
Aspose.PDF for .NET supports the feature to set Timeout when converting HTML page to PDF format. For this purpose, you try using WebRequest
object and specify time out value for Timeout
property. For further information, please visit Convert Web Page to PDF.