Hi Support,
This message was posted using Email2Forum by Imran Rafique.
I require to convert a webpage to PDF format.
HtmlLoadOptions options = new HtmlLoadOptions();
options.UseNewConversionEngine = true;
Aspose.Pdf.Document pdf = new Aspose.Pdf.Document("http://www.google.com", options); pdf.Save("~/main.pdf");
Is it possible with Aspose.Pdf API?
am getting this error "URI formats are not supported."
This message was posted using Email2Forum by Imran Rafique.