I am running in a serious issue related to the default line weight for printing both texts that vectorial data.
Attached is a sample PDF where, if printed with the PDF-XChange ActiveX, the line weights are bigger than if printed with Acrobat Reader last version.
For testing, please print it on a printer with the default DPI value, first with the PDF-XChange ActiveX and then with Acrobat Reader.
You will see that the table on the right side of the PDF is unreadable if printed with PDF-XChange, and readable if printed with Acrobat Reader.
The parameters I have used are ( only a sample ):
Code: Select all
hRes = spViewer->OpenDocument(...,PXCVA_NoUI);
Print.PrinterName = ...
Print.PaperName = "A3"
Print.Copies = 1
Print.RangeType = 2
Print.ScaleType = "FitToMargins"
Print.ScaleSimple.AutoRotate = "1"
Print.ScaleSimple.AutoCenter = "1"
Print.ScaleSimple.PaperByPage = "1"
spViewer->PrintDocument( ..., PXCVA_NoUI );
Is there any way for fixing it ?
The issue is quite urgent
Regards,
Ciro Ettorre