This content has been marked as final.
Show 2 replies
-
Re: PDF and DXF Macro Checkbox
Michael SpensFeb 2, 2015 1:19 PM (in response to Marcos Nieto)
Hi Marcos,
All the source you need is here...
SolidAPI: One Button PDFs in SolidWorks
Developing a UI with options would be to create your form and launch it before running the SaveAs method. Query your form for the value of the checkboxes to determine what extension to set. I might suggest radio buttons instead of checkboxes if you'd like the user to choose only one.
Hope that gets you moving in the right direction.
Mike
-
Re: PDF and DXF Macro Checkbox
Marcos Nieto Feb 2, 2015 1:21 PM (in response to Michael Spens)Thanks for the info, Mike. I will give your suggestion a try.
-