Hello,
I am a new user of CMS Intellicad 12.0 PE
I want to print to pdf.
When I press the print button, PrintDialog command does not work.
It creates a message as you can see above.
Any thoughts for resolving this printing issue/error?
Re: Cms Intellicad 12.0 PE Does not print to pdf. Does not print at all!!!!
#2Have you installed a pdf printer on your PC?
CMS INTELLICAD 13.1.469.162173.PE+.VC17.x64.CMS131
i9-12900k / 64gb-3200 - NVIDIA GeForce TRX 3060 Ti 8Gb Windows 11 Pro
Steve Nichols
i9-12900k / 64gb-3200 - NVIDIA GeForce TRX 3060 Ti 8Gb Windows 11 Pro
Steve Nichols
Re: Cms Intellicad 12.0 PE Does not print to pdf. Does not print at all!!!!
#3Hello,
There is a pdf printer on my PC.
Yet, when I press the print button on the output tab of CMS, it does not open the dialog box to let me chose a printer at all.
And the software crashes.
There is a pdf printer on my PC.
Yet, when I press the print button on the output tab of CMS, it does not open the dialog box to let me chose a printer at all.
And the software crashes.
Re: Cms Intellicad 12.0 PE Does not print to pdf. Does not print at all!!!!
#4can you try typing this on the command line and then press enter
_print
SteveN
_print
SteveN
CMS INTELLICAD 13.1.469.162173.PE+.VC17.x64.CMS131
i9-12900k / 64gb-3200 - NVIDIA GeForce TRX 3060 Ti 8Gb Windows 11 Pro
Steve Nichols
i9-12900k / 64gb-3200 - NVIDIA GeForce TRX 3060 Ti 8Gb Windows 11 Pro
Steve Nichols
Re: Cms Intellicad 12.0 PE Does not print to pdf. Does not print at all!!!!
#5I tried. The same thing happens. It does not open the dialog box to let me chose a printer at all.
Re: Cms Intellicad 12.0 PE Does not print to pdf. Does not print at all!!!!
#6I think you may have to un-install the software and try again.
Don't forget to release the license first!!
Don't forget to release the license first!!
CMS INTELLICAD 13.1.469.162173.PE+.VC17.x64.CMS131
i9-12900k / 64gb-3200 - NVIDIA GeForce TRX 3060 Ti 8Gb Windows 11 Pro
Steve Nichols
i9-12900k / 64gb-3200 - NVIDIA GeForce TRX 3060 Ti 8Gb Windows 11 Pro
Steve Nichols
Re: Cms Intellicad 12.0 PE Does not print to pdf. Does not print at all!!!!
#7I uninstalled the software and tried again, according to your instructions.
The same thing happens. It does not open the dialog box to let me chose a printer at all.
Additional info if it helps:
| Crash Description
Process CmsIcad caused an Access Violation (0xc0000005)
in module TD_Root_23.12_16.dll at 0033:54d6d1c8 (read from location 00000008).
Details: PrintDialog.
The same thing happens. It does not open the dialog box to let me chose a printer at all.
Additional info if it helps:
| Crash Description
Process CmsIcad caused an Access Violation (0xc0000005)
in module TD_Root_23.12_16.dll at 0033:54d6d1c8 (read from location 00000008).
Details: PrintDialog.
Re: Cms Intellicad 12.0 PE Does not print to pdf. Does not print at all!!!!
#8In that case I would suggest contacting CMS Tech Support.
SteveN
SteveN
CMS INTELLICAD 13.1.469.162173.PE+.VC17.x64.CMS131
i9-12900k / 64gb-3200 - NVIDIA GeForce TRX 3060 Ti 8Gb Windows 11 Pro
Steve Nichols
i9-12900k / 64gb-3200 - NVIDIA GeForce TRX 3060 Ti 8Gb Windows 11 Pro
Steve Nichols
Re: Cms Intellicad 12.0 PE Does not print to pdf. Does not print at all!!!!
#9I had the same problem when I was using a custom visual style in one of my mviews. I found out that if you cant resolve this issue, then the Print Dialog just blows up and posts the same exception. I discovered that with the printDialog function, the exception handler just dumps the exception to the log and does not offer viable suggestions on how to fix the problem.
IMO, on the catch portion of the try statement of the code there should be better exception handling then simply telling the user the function failed. The catch will, or should know, where the exception occurred in the code and perform a rollback of plot settings to the last successful plot performed on the drawing first then next application wide!
Suggest setting all of you visual styles to 2d wireframe and try using a proven print driver like Microsoft Print to PDF (file will be too large, but at least it should work without crashing). I had to go through every one until I found one that worked.
Good luck
IMO, on the catch portion of the try statement of the code there should be better exception handling then simply telling the user the function failed. The catch will, or should know, where the exception occurred in the code and perform a rollback of plot settings to the last successful plot performed on the drawing first then next application wide!
Suggest setting all of you visual styles to 2d wireframe and try using a proven print driver like Microsoft Print to PDF (file will be too large, but at least it should work without crashing). I had to go through every one until I found one that worked.
Good luck