Hi, our company have been using your product for a few years, and in nearly every case, we have been able to get around any issues we’ve encounted, until this one at least.
When we use the following code
Document doc = new Document("\\S-218090-100222100034-CL21P-1.docx");
doc.Print("\\HP LaserJet Reception 4000 B&W");
we find that any content controls that contain a “\r\n” displays incorrectly when printing and when saving as pdf (passing in PDF printer rather than the actaul printer)
When printing direct to the printer, the address record will look like this in the original document just as it should. (Viewed in Word 2007)
123 ABC Street
Adelaide SA 5000
but printing via code it prints like this
123 ABC Street
SA 5000
and in PDF will convert to
123 ABC Street
SA 5000
Adelaide
When printed from Word 2007, the address displayes as it’s shown in the document.
Any suggestions would be great as this is a major issue for our customers that we at this stage, haven’t been able to resolve.