Export webpage to

hello,

This is my first steps with aspose.pdf

in my application i need to export webpage to pdf document

this is the codelines:

Dim pdf1 As Pdf = New Pdf()

pdf1.BindHTMLFromUrl("http://localhost:3501/myProj/test.aspx")

pdf1.Save("F:/Test.pdf")

the pdf create with all the page content but without the images on it

is there any way to display image also on the pdf document?

any help will be appreciated

Hi,

Thank you for considering Aspose.

Please try the following:

pdf1.BindHTMLFromUrl("http://localhost:3501/myProj/test.aspx", "GET")