Hi, I try this;
CuteEditor.Convertor.PDF.HTML2PDF html2pdf = new CuteEditor.Convertor.PDF.HTML2PDF(new Uri("http://www.google.com"));
html2pdf.Render();
html2pdf.Save(Response.OutputStream);
And it throws this error;
[NullReferenceException: Object reference not set to an instance of an object.]
CuteEditor.Convertor.PDF.HTML2PDF.Render() +28
Am I doing something wrong? Some other sites do work but the pdf doesn't really look like the site...