D
Dan
We are running into trouble when trying to print
proprietary formats (ie; .pdf, .xls, .doc, etc.) from our
VB.NET application.
Binary files generate garbage when printed.
We have no trouble printing text files using .NET objects
such as System.Drawing.Printing.PrintDocument and would
like to do the same thing with binary files without having
to go through multiple APIs.
Does anyone have any suggestions or ideas about this?
Thanks in advance for any assistance.
proprietary formats (ie; .pdf, .xls, .doc, etc.) from our
VB.NET application.
Binary files generate garbage when printed.
We have no trouble printing text files using .NET objects
such as System.Drawing.Printing.PrintDocument and would
like to do the same thing with binary files without having
to go through multiple APIs.
Does anyone have any suggestions or ideas about this?
Thanks in advance for any assistance.