tags:

views:

53

answers:

1

how to use html templates in C++ to convert html file to ps in C++

+1  A: 

This question reminds me very much of this one :

http://groups.google.com/group/comp.object/browse_thread/thread/9384f6c79d253cf3/3aeae8d49982414d?#3aeae8d49982414d

And the answer is : use the system function :

http://www.cplusplus.com/reference/clibrary/cstdlib/system/

VJo
i am not getting how this can help i need c++ library for reading html template,how can use this in c++ program
khyathi
@khyathi To call a program which does that for you. There are probably libraries that might do that, but your question makes no sense. The answer above best suits the question.
VJo
can you tell how to call the template in c++ any code snip with you
khyathi