.net - Set default print paper size when printing a pdf generated from crystal reports? -


To generate a PDF in ASP.NET.net, I am using Crystal Reports (version which comes with Visual Studio 2008) which is then pulled into a customer's browser.

Some of these reports are on legal size papers, which means that for these reports our customers have to change the paper size every time in print print. Of course, often they do not do this until they already print 10 page reports on the wrong paper, which will waste time and paper.

Is there a way to embed information on the default paper size for printing inside the PDF? I do not see any option on Crystal Reports API, but I'm not particularly aware about it.

The default paper size is actually set in the crystal file -> using page setup; This will determine the output size of the PDF. Unfortunately, in the print dialog of Adobe Acrobat, the "Select the paper source from the PDF page size" check box needs to be changed, the check box must be checked. I believe this checkbox is "sticks" on all the printers and all the documents selected once.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -