Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.
