how to save print view to pdf?
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
hi all, i am taking help of this article for printing Another ListView print (preview) sample.[^] here i also want to save my print view of doctument to save as pdf. how can i do this. please help me for this.
-
You need to install a PDF printer driver to use as your destination device. Alternatively you can write the code yourself using a third-party library, or code it from scratch by studying the Adobe PDF specification.