LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-01-2007, 02:48 PM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Rep: Reputation: 255Reputation: 255Reputation: 255
How to convert a PDF to DOC (word compatible) ?


How to convert a PDF to DOC (word/abiword/openoffice compatible) ?

thank you
 
Old 02-01-2007, 03:06 PM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
http://www.linuxquestions.org/questi...d.php?t=344569

Please search a bit first. There are some (mainly Windows, it seems) software tools that say they can convert pdf to pretty much anything you can think of, except for green apples. Not sure how good work they do, but in any case they tend to cost money (=no freeware, open source, ..) Haven't seen any open source or even Linux/UNIX-compatible proggies, but I haven't searched for, either, since generally people want to do that the other way around.

I don't also know if it's possible with good quality; creating a pdf that looks exactly like the original document is probably easier because it's common to send the document in a postscript format to the printer, and basically this is used when created pdfs (correct me if I'm wrong). Many "pdf-exports" are actually just "virtual printers" where the data is sent to the pdf printer that creates an Adobe PDF file out of the information. Done the other way around, the convert tool would have to know exactly how the formatting is expressed in a certain version of Word or some other program. And as you hopefully know, Word versions are not 100% compatible with each other, not to mention OpenOffice, AbiWord, Google's tools etc..they all probably make the same file look different even though they "can open it". So my guess is that when you turn a PDF into a DOC file, for example, the output will not look exactly like the pdf used to, anymore.

If you have pdfs, I hope you have the original files too, from which those pdfs were created (be they .tex, .doc, .xls or whatever), since it's easier to just use them or alter the oringinals and re-create PDFs, which are then easier to move around. If you don't have the originals around, then you have either done a stupid thing, or haven't created the files yourselves -- in this case contact the person(s) who have created the PDFs and ask for the originals from them.
 
Old 02-03-2007, 02:20 AM   #3
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
tahnk you !

I just found that in windows, it exists:
pdf2doc Solid Converter
I run Windows for that

Last edited by Xeratul; 02-03-2007 at 02:21 AM.
 
Old 02-03-2007, 03:00 PM   #4
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
There's also this website that does file conversions for free, but I wouldn't upload anything confidential obviously:

http://www.zamzar.com/
 
Old 02-04-2007, 01:07 AM   #5
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by Micro420
There's also this website that does file conversions for free, but I wouldn't upload anything confidential obviously:

http://www.zamzar.com/
Unlucky for my task, I would rather not use zamzar, we never know indeed...

hmmmm, we have the code sources of OPENOFFICE
this one can import PDF !!

we could also make a tiny:
pdf2doc file-orig.pdf file.doc
 
Old 02-04-2007, 01:30 AM   #6
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by Xeratul
hmmmm, we have the code sources of OPENOFFICE
this one can import PDF !!
Export yes, but import, I don't think so.

Where did you get that information ?
 
Old 02-04-2007, 01:45 AM   #7
wildar
Member
 
Registered: Jan 2007
Distribution: Mandriva 2008, Mandrake 2005, Ubuntu 8.04.1
Posts: 239

Rep: Reputation: 30
Quote:
Originally Posted by jlliagre
Export yes, but import, I don't think so.

Where did you get that information ?
I think his suggesting developing pdf import function for OpenOffice.
 
Old 02-04-2007, 06:15 AM   #8
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Quote:
Originally Posted by Xeratul
Unlucky for my task, I would rather not use zamzar, we never know indeed...

hmmmm, we have the code sources of OPENOFFICE
this one can import PDF !!

we could also make a tiny:
pdf2doc file-orig.pdf file.doc
Openoffice only exports PDF. Importing it is quite another thing. A simple pdf2doc would not be that simple or tiny. Lots of format information is not preserved in the conversion to PDF, and all that can be reliably removed from it is the text.

Besides, .doc is now obsolete. Whatever MS's answer to ODT is now the new MS standard, so why bother working with a legacy format ...

--Ian
 
Old 02-06-2007, 12:47 PM   #9
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by IBall
Openoffice only exports PDF. Importing it is quite another thing. A simple pdf2doc would not be that simple or tiny. Lots of format information is not preserved in the conversion to PDF, and all that can be reliably removed from it is the text.

Besides, .doc is now obsolete. Whatever MS's answer to ODT is now the new MS standard, so why bother working with a legacy format ...

--Ian
You know, still lot of companies are stuck with obsolete versions of Doc. You know, we are not as insane as Microsoft releasing totally new versions of format at each realeases.

That's why Mac is a security for companies.
And also, mac can import/export (as) PDF !!

Quote:
Mac for security, working and being productive (that's now the best choice)
Microsoft for problems, trojans, ... and working
linux for security, programmers and servers
;-)
that's it

Last edited by Xeratul; 02-06-2007 at 12:49 PM.
 
Old 02-06-2007, 07:29 PM   #10
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Quote:
Originally Posted by Xeratul
And also, mac can import/export (as) PDF !!
What program do you use on Mac to import PDF?

AFAIK, there is only utilities such as pdf2text, which is also available on Linux.

Try Koffice, which can import PDF files for editing (one at a time). Don't save as .doc though - use ODT which is KOffice's native format. Also, this is not a perfect import.

--Ian
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Word Document to PDF liguorir Linux - Software 12 05-14-2013 11:38 AM
Software to automatically convert DOC into PDF rsmccain Linux - Software 3 11-23-2006 10:19 AM
convert doc to pdf in command line yumener Linux - Software 4 04-28-2006 08:23 AM
Convert .DOC into .PDF automatically MPANDYA Linux - Software 2 11-08-2005 08:34 AM
how to convert pdf file to doc format. thushara Linux - Newbie 3 03-22-2005 06:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration