PDF File Generation
-
Is there anything in the Win32 API or in MFC that I can use to create a very simple program that will convert a text file into a PDF?
None thatI know of, but there are lots of utilities you can Google for that do this.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
-
None thatI know of, but there are lots of utilities you can Google for that do this.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
-
I had already seen a few of these utilities, but I just wanted to see if there was something in an existing API that would suit my needs (something I wouldn't have to pay for to distribute w/ my other software). Looks like that isn't possible, Thanks.
Check is this link help http://www.codeproject.com/tools/Text2PDF.asp[^]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta