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

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -