Page 1 of 1

Converting files to PDF

PostPosted: April 21st, 2007, 2:02 pm
by Sezar
Hello my friends...
I want to write a program to convert files to PDF
such as word documents (*.doc --->>*.PDF)
please help me via send a Software's Link or an article...
I am beginner,please excuse me if I can't reply messages to others :oops:
Cheers...

PostPosted: April 21st, 2007, 8:32 pm
by Johnny_Bit
Your English is at least a little choppy, but don't despair, since we got the answer you're looking for.

You want to convert *.doc to *.pdf? Well, there are two ways of that: either you read carefully closed and unobtainable MS doc file specification and then use it along with easy to obtain Adobe PDF spec to create files or simply get some component that can read doc to some acceptable level and print it to pdf using dll mentioned in pdf post for DA's Print Preview.

Now the question is: what approach you want to take? Personally i'd say that the first would give the best results.