Pdf in web page without xml

All of the examples provided seem to use XML, does someone have a simple hello world example of creating a dynamic pdf document in web page and displaying it, without xml?

Dear BStark,

Thanks for your consideration.

In order to save pdf file to web browser, you can change the Save method of all our examples to Save(string,SaveType,HttpResponse).

And I can give you a simple example. Please download it [here](http://www.aspose.com/Products/Aspose.Pdf/Fixes/SimpleWebExample.zip).