forum

Home / DeveloperSection / Forums / Force to print in legal paper

Force to print in legal paper

Anonymous User171405-Dec-2014

I'm using iTextSharp to generate PDF documents in my asp.net application. That works great. The only issue I have is when I generate a PDF document with size of a legal paper and print it, the printer use the default paper which is letter size. I have to change the printing options manually in order to print it in legal paper. Is there a way I can specify in which paper size I want the document to print programmatically so that I won't have to do it manually? 

I'm using this line of code to specify the page size in iTextSharp: 

Document doc = new Document(PageSize.LEGAL.Rotate());


Updated on 05-Dec-2014
I am a content writter !

Can you answer this question?


Answer

2 Answers

Liked By