Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using visual studio. i want to make an application in MFC which will take text from editbox and generate a pdf file with that text written on it. Is it possible to create pdf file in MFC. if Yes how i can do that? I dont want to use any third-party software. thanx :)
Posted

There is no built in support to create PDF file. So, you either write your own library or use any existing one.
 
Share this answer
 
See, for example, Haru: http://sourceforge.net/projects/libharu[^].

If you need to, try to find some more: http://bit.ly/1cuF3XC[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900