how to convert any format to pdf using C(or)C++
-
hi every body....... in my application i want to convert any format to pdf i.e word,excel,xml,html,ppt and so on.... in my application using C(or)C++ code.... thanks in advance...... if find any mistakes in my typing sorry...... thanks in advance....
-
hi every body....... in my application i want to convert any format to pdf i.e word,excel,xml,html,ppt and so on.... in my application using C(or)C++ code.... thanks in advance...... if find any mistakes in my typing sorry...... thanks in advance....
soo preety wrote:
in my application i want to convert any format to pdf
You will need to understand how to read the various file formats using the available interface libraries as appropriate. Then you need to render the output in PDF format which will require one of the PDF libraries or printer drivers.
-
hi every body....... in my application i want to convert any format to pdf i.e word,excel,xml,html,ppt and so on.... in my application using C(or)C++ code.... thanks in advance...... if find any mistakes in my typing sorry...... thanks in advance....