Hi Guys,
I am new in AlivePDF. May be my issue is a simple one which could be solved
easily!
I used the same code as Tutorial2 video but instead of PHP file I used the
create.cs file which I drop into my existing localhost site.
I am not getting any error when I run the app but in both Download.INLINE
or download.Attachment I am getting a blank browser page with nothing in
it!
Here is my code
var myPdf : PDF;
myPdf = new PDF(Orientation.PORTRAIT, Unit.INCHES, Size.A4);
myPdf.addPage();
myPdf.save(Method.REMOTE, "http://localhost/SC-IMAP/create.cs",
Download.INLINE, "myPdf.pdf");
When I run the app in Google chrome I get this
-2146893039 (0x80090311) !
Can anyone help me on this.
Thanks,
AJ Fahim
Original issue reported on code.google.com by arjan...@gmail.com on 6 Nov 2009 at 3:28
Original issue reported on code.google.com by
arjan...@gmail.com
on 6 Nov 2009 at 3:28