When I try to convert dwg to pdf i get message: Fatal Error: unhandled access biolation writing 0x0018 exception at 10DA8Ao3H
I have had this happen with three recent drawing files, and when I do try to convert to pdf I get that error and autocad shuts itself down.
Instead of converting, try using the PLOT command to create a PDF. This will give you more control on how to create the PDF.
Have you explored the Auto publish Feature? Menu Bar, Tools> Options, Plot and Publish Tab, Auto publish is in the lower left corner.
Then set the Auto Publish Settings. Choose File format as PDF. We have Publish on set to "Close" and Location set to "Drawing Folder".
I went a little further to create two commands in the CUI, so I can set the "AUTOMATICPUB" System variable to "1" for on and "0" for off. I assigned each to a button on a toolbar.
^C^C(setvar "AUTOMATICPUB" 0) for "Auto Publish Off"
^C^C(setvar "AUTOMATICPUB" 1) for "Auto Publish On"
This way I can control whether Auto publish is on or off when I want, without having to go through the options dialog.
Hope this helps or provides another option.
Can't find what you're looking for? Ask the community or share your knowledge.