"Alternatively could Delphi be doing some kind of compression on the image when sending it to the printer? It might be worth creating the symbol as EMF and using the TMetafile class rather than TImage" Now I am pretty sure that this can be the problem. I will try to figue out how to generate a EMF file. Thank you Em qua, 24 de abr de 2019 às 10:19, Robin Stuart g3rrk@users.sourceforge.net escreveu: This sounds like a problem with your printer and/or scanner rather than an encoding problem. The first...
The code is unreadable only when I try to print it with a small size like 3.5 cm. If it is printed like 6cm, ie, it works fine. I guess it should be something with the DPI, I dunno. Sometimes seems to be that the image is cropped and no stretched. TImage is the image component from Delphi.
The code is unreadable only when I try to print it with a small size like 3.5 cm. If it is printed like 6cm, ie, it works fine. I guess it should be something with the DPI, I dunno. Sometimes seems to be that the image is cropped and no stretched.
Printing Barcode 128 small size
Hello! I am trying to use TDPFJAlertDialog doing simple that: DPFJAlertDialog1.ViewStyle...