Search found 2 matches

by dpc
Thu May 28 2009
Forum: C/C++/C# Community
Topic: Poor image quality after printing XPS to PDF
Replies: 2
Views: 12464

Re: Poor image quality after printing XPS to PDF

Hi Joan, Thanks for the quick response. The properties i'm currently setting are CDIntfEx.CDIntfExClass printer = new CDIntfEx.CDIntfExClass(); printer.Resolution = 1200; printer.JPEGCompression = false; printer.ImageOptions = 0x40; printer.SetDefaultConfig(); But i'm still getting the poor image qu...
by dpc
Wed May 27 2009
Forum: C/C++/C# Community
Topic: Poor image quality after printing XPS to PDF
Replies: 2
Views: 12464

Poor image quality after printing XPS to PDF

I am currently using Pdf Converter 4.0 to programmatically print out our XPS documents to pdf. The XPS documents have a number of BitmapSource's embedded in them. The conversion is working fine and at first glance all seems well. However if the pdf is 'zoomed in' to approx 300% or greater, the image...