Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.
