Operating System - Linux
1827853 Members
1685 Online
109969 Solutions
New Discussion

Re: .doc to .pdf converter for linux

 
avizen9
Esteemed Contributor

.doc to .pdf converter for linux

HI
can we convert windows .doc file into .pdf? is there any free software available? or require to get license version for this, i have never tried this,

i am usgin redhat Enterprise and aim to conver .doc to .pdf for printing purpose. please reply me if someone have any good suggesion, thanks in advance.
8 REPLIES 8
Karl Rohwedder
Honored Contributor

Re: .doc to .pdf converter for linux

Perhaps you can use OpenOffice for this, either interactively or via the -pt (printer) option to 'print' to a file.

regards Kalle
avizen9
Esteemed Contributor

Re: .doc to .pdf converter for linux

hi i am aware that i can print through open office, but since my production is using specific pritners and there is some issue with priting to print .doc file and printer is not fully supporting .doc file its supporting .pdf corretly, so i would like to covert all .doc to .pdf and then need to print.

i have done this in hpux,having license small s/w but linux i want to know first if we can do without license s/w (i can save some $$$ for my company :)if really no choise then i will buy the license s/w for this
advice if you have any other clue on this, thanks,
melvyn burnard
Honored Contributor

Re: .doc to .pdf converter for linux

we use this:
http://www.amyuni.com/en/enduser/pdfconverter/features.html
but it appears to be only for windoze
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
dirk dierickx
Honored Contributor

Re: .doc to .pdf converter for linux

try using catdoc, it will convert word files to plain text. when you have a plain text file, you can convert it to pdf (those tools should be standard on your linux distro).

catdoc site:
http://www.wagner.pp.ru/~vitus/software/catdoc/
Rob Leadbeater
Honored Contributor

Re: .doc to .pdf converter for linux

Hi,

Do you have to do all the work on Linux ?

If not, you could use Windows to print out to a file using a PostScript print driver, then convert PS to PDF on Linux for which there are lots of freely available tools.

Cheers,

Rob
Steven E. Protter
Exalted Contributor

Re: .doc to .pdf converter for linux

Shalom,

Open office writer can be used interactively to convert .doc to .pdf. This can also probably be done with a shell script.

Cost: $0.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
avizen9
Esteemed Contributor

Re: .doc to .pdf converter for linux

you are right steven,
we can use open office for this, i had tried and its looks ok

thanks to all for your help here.
avizen9
Esteemed Contributor

Re: .doc to .pdf converter for linux

issue has resolved