how to export data's in pdf using vc++ 6.0 mfc
how to export (save) data's in pdf fo using vc++ 6.0 mfc
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Sep 19, 2019, 5:35 AM
Maen BadwanPosted Sep 19, 2019, 4:23 AM
If you mean you have image or document data (such as DOC, DOX, TIFF, JPEG, etc.) and you want to convert these formats into PDF format, you can try using LEADTOOLS C DLL functions to load the format that you want, and save it as PDF.
https://www.leadtools.com/help/leadtools/v20/main/api/l-loadbitmap.html
https://www.leadtools.com/help/leadtools/v20/main/api/l-savefile.html