asp.net mvc 4 - itextsharp advance pdf generation by configuration xml -


i generating pdf using itextsharp.i got many sample code in google how can configure pdf setting required generate pdf like

var doc = new document(pagesize.a5); 

var doc = new document(new rectangle(100f, 300f));

these setting wanted set config xml file , read xml , generate pdf on fly. professional sample example code available?plz help..


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -