I would like to convert word document .doc tp acrobat .pdf using Python.
Please help.

Converting documents to PDF:
http://www.devshed.com/c/a/Python/Python-for-PDF-Generation/
uses The ReportLab Toolkit:
http://www.reportlab.org/downloads.html
with images also need the Python Imaging Library (PIL):
http://www.pythonware.com/products/pil

The problem is that you have to bring in the MS-Word document into python to process it. If you simply have to convert a MS-Word document, you can bring it into OpenOffice-Write (free from Sun) and export it from there to PDF.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.