How can I use the standard Windows Print dialog to print instead of the Java Dialog. I got problems printing a barcode with a label-printer. When I print via the Java-Print Dialog I get an error telling me that the format of the document which I want to print is wrong. When I print to a XPS File and then print it via Windows, everything works perfectly. Hope anyone can help me.
regards
It's probably an error resulting from the label printer itself, not Java. Try writing your data to an XPS file with Java and then printing that from Java.