I'm using Crystal Reports 2008 with C#.
In the code I create a PDF using ExportToDisk(ExportFormatType.PortableDocFormat, fullFileName). I also print directly to the default printer using PrintToPrinter(1, false, 0, 0). The PDF always appears fine. The problem is that on some PCs the printed version contains lines that are truncated on the right border. I'm guessing its a font issue as in the printed version that gets truncated the font appears slightly larger. By the way, on those same lines in the PDF file there is almost 1 inch of white space at the end of the line before the border so I hate to reduce the font size as then the PDF version will look weird.
Should I be using the version of PrintToPrinter that allows me to specify PrinterSettings and how would I do that or is there an easier way to have the text self align?
Thanks for your help.
Dick