Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Can anyone share me the C++ code to convert Drawing files into PDF Using Visual Studio 2015?
It depends if you are using Pro/Toolkit or Object Toolkit.
For Pro/Toolkit you should use ProPDFExport API. For Object Toolkit have a look at pfcPDFExportInstructions and pfcPDFOptions classes.
If you are using C / C ++ TOOLKIT
You can find the C / C ++ TOOLKIT example code in article CS61272.