wxPostScriptPrinter

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
rsb
I live to help wx-kind
I live to help wx-kind
Posts: 170
Joined: Fri May 29, 2015 7:26 pm

wxPostScriptPrinter

Post by rsb »

Hello,

I'm trying to use the wxPostScriptPrinter class to create a postscript file. We're using the wxPrinter and the wxPdfPrinter
classes to print and they both work well. We're using the wxPostScriptPrinter class in the same framework as the other two.

The wxPostScriptPrinter class does create a postscript file and it appears to be valid but it doesn't display anything.
There are no errors when running (creating the file) or when printing to the printer.

Do you have any idea what could be wrong since it works so well with wxPrinter and wxPdfPrinter. I know I
haven't given you much to go on but I just don't know what I can tell you that will help.

I can send you the postscript file if it will help.

Thanks very much.

wxWidgets 3.1.0
Windows 7 Pro
VS2015
Post Reply