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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -