I'm getting garbage when trying to print to PDFWriter from VB.NET. Anyone have a solution?
Printable View
I'm getting garbage when trying to print to PDFWriter from VB.NET. Anyone have a solution?
same problem here... PrintDocument uses Graphics methods hence converts text into image.
i solved it temporarily by creating wrapper dll for Printer.print method in VB6. crude but quick way. still in search of good method. please let me know if u find one
thnx
I remember seeing something about using a different encoding...
If you come across it again, please let me know!