Print MacroPDF471

my project is to generate MacroPDF from tif

the project is work well as soft copy

but when i try to print the file (hardcopy) and used device

the printed file is too bad (i attached the file)

builder.xDimension = 0.4F

builder.yDimension = 0.4F

builder.Columns = 8

when i print file with builder.print() was nice

but i need to combine barcode generated to one file and prin it with goood quilty

i also attached trial project

how can i print a plain file ??

thanks

no one can help me

Hi,

Sorry for not replying you earlier. I looked at the attached project, the file encode.bmp was saved to disk after generating and concatenating the barcode images. Do you want to print this file on the printer?

You can do it by adding PrintDocument control on the form and print the encode.bmp file to print it on the default printer. For more details, you may also refer to the article in our documentation at http://www.aspose.com/documentation/.net-components/aspose.barcode-for-.net/how-to-print-barcodes-in-net-windows-forms.html.

Also please find the attached modified project that prints the file to the default printer. At my end, the quality of the printed document was fine.