peske12111
New member
Hi everybody,
I have configure a *.pcf to print a drawing using a standard printer. When i print from Pro/E interface i can select my printer like any default printer, and there is no problem, however, when i try to do it using J-Link an error raises:
com.ptc.pfc.Implementation.pfcExceptions$XToolkitBadInputs
at com.ptc.pfc.Implementation.pfcDrawing$Drawing.Export(Native Method)
at utils.Utils.print(Utils.java:584)
at print.Print.main(Print.java:44)
I suppose that error happens because Pro/E tries to find my printer name and it doesn't find it.
Her comes my question,
Has anybody been able to do what i'm trying to do? How?
Thank you in advance
I have configure a *.pcf to print a drawing using a standard printer. When i print from Pro/E interface i can select my printer like any default printer, and there is no problem, however, when i try to do it using J-Link an error raises:
at com.ptc.pfc.Implementation.pfcDrawing$Drawing.Export(Native Method)
at utils.Utils.print(Utils.java:584)
at print.Print.main(Print.java:44)
I suppose that error happens because Pro/E tries to find my printer name and it doesn't find it.
Her comes my question,
Has anybody been able to do what i'm trying to do? How?
Thank you in advance