LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-09-2005, 06:27 AM   #16
sgtbob
Member
 
Registered: Jan 2004
Location: Kansas
Distribution: Windows 7, iMAC Lion 8.5, Ubuntu
Posts: 92

Rep: Reputation: 15
PDF Converter


Being a newbie: , I need some advice on how to convert PDF files to, repeat to, .SXW, .DOC, or .WPD. I've DL several PDF items from a Government site (forms, etc), but am unable to enter data via the PDF format and need to convert the items to do so under one of the foregoing packages. Is there anything of a freebie nature out there in ? I've found lots of stuff on converting to PDF, but I need to convert from PDF to other formats. Positive advice appreciated.

to from
 
Old 01-09-2005, 04:26 PM   #17
wirawan0
Member
 
Registered: Aug 2003
Location: Virginia, USA
Distribution: Mandrake 9.1, SuSE 9.2, Ubuntu 7.04-10.04, Sabayon 5, Debian 6
Posts: 64

Rep: Reputation: 18
Oopss.. this is a difficult question. In fact, in general PDF cannot be trivially converted to other formats. In Linux, the only easy thing to do is to extract the (plain) text contents from a PDF file using `xpdf' package (there is a program there called `pdftotext'). For me, it is successful to extract text from e.g. physics journals, but NOT the equations.

What is the reason for you to reverse-convert PDF to source document formats? I don't know of any program to reverse-convert PDF to other formats other than PS and plain text. Sorry.
 
Old 01-09-2005, 04:51 PM   #18
shengchieh
Member
 
Registered: Jul 2004
Location: Palo Alto, CA
Distribution: #! Korora
Posts: 472

Rep: Reputation: 30
Ask the Oo geeks in their forum, i.e.,

http://www.openoffice.org/

-> support (or docs) -> forum

Sheng-Chieh
 
Old 09-20-2005, 05:50 AM   #19
r_mano
LQ Newbie
 
Registered: Jan 2004
Location: Madrid (Spain)
Distribution: Mandrake
Posts: 5

Rep: Reputation: 0
It's a lot of time ago, but maybe this is useful to someone.
You can call oowriter (or ooffice) with the command-line argument "-pt" to print to a printer. So, to convert say test.doc (or test.sxw) to PDF, do this:

oowriter -pt "PDF 1.4 Converter Press" test.doc

Look in your Print dialog the exact name. You have now a pdf in your home dir. I use this little script:

#! /bin/bash
if [ $(echo $HOME/*.pdf) = $HOME/\*.pdf ];
then
oowriter -pt "PDF 1.4 Converter Press" $1
mv $HOME/*.pdf $1.pdf
else
echo "There are PDF files into home dir"
exit 1
fi


Hope this helps.

Romano / OOffice.org 1.1.4 on Mandriva 2005
 
Old 09-27-2005, 10:52 AM   #20
tktim
Member
 
Registered: Mar 2003
Location: USA-Los Angeles, California
Distribution: Fedora 15
Posts: 119

Rep: Reputation: 16
Thanks! for the update.
 
Old 01-26-2006, 08:28 PM   #21
kayceejay
LQ Newbie
 
Registered: Jan 2006
Posts: 1

Rep: Reputation: 0
I need this same kind of help for outputting an html file to pdf. Running fedora on my server...I have a page that is created from user input. They need to be able to print the page exactly how it's displayed without headers, footers or whatnot. It's being printed on business card paper, so the margins all need to be exact.

It prints fine now adjusting the browser settings....but the bossman wants it to print without having to adjust anything....just click and print.

Any ideas?

Thanks
 
Old 01-27-2006, 10:13 AM   #22
hunter
LQ Newbie
 
Registered: Jan 2006
Posts: 5

Rep: Reputation: 0
I googled html to pdf software and found this....

HTMLDOC Home Page - Easy Software Products
A document conversion and formatting utility that produces indexed HTML, PDF and
PostScript files suitable for printing and on-line viewing.
(I deleted the link because I am still very new to the site)

It says it does mailing lists, so I assume it could be made to do business cards easy enough.
 
Old 03-24-2015, 02:13 PM   #23
wirawan0
Member
 
Registered: Aug 2003
Location: Virginia, USA
Distribution: Mandrake 9.1, SuSE 9.2, Ubuntu 7.04-10.04, Sabayon 5, Debian 6
Posts: 64

Rep: Reputation: 18
Exclamation

Unfortunately the previous answers are basically incorrect because they address the conversion from various formats TO pdf, not from PDF to the other format.

Now, the OP's question was originally motivated by filling PDF forms on a computer. In case next time there is another folk needing this feature, I found this workaround solution works for me, hopefully it helps others as well:

*) install Wine (usually your linux distro has the package for it already)

*) install PDF-Xchange viewer (http://www.tracker-software.com/prod...xchange-viewer), download the trial version, it's free. Install it under Wine.

*) Use the PDF-Xchange under Wine to do whatever you need with the PDF forms, including printing.

Yes this is NOT a pure Linux solution. Unfortunately, as far as I know, there is no PDF software in Linux that can fill forms. The closest would be Adode Reader which now does not support Linux anymore. I found from experience that this is a reasonable solution because this PDF viewer is lightweight, unlike Acroread.

Then, in this way, we do not have to involve the step of converting PDF to some other format and run into more problems than we asked for.

Wirawan
 
Old 03-24-2015, 02:52 PM   #24
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Quote:
Originally Posted by wirawan0 View Post
Unfortunately the previous answers are basically incorrect because they address the conversion from various formats TO pdf, not from PDF to the other format.

Wirawan
Just aother junk spam post to a 9 year old thread linking to a non-free PDF viewer...

What is this - PDF spam week?!
 
Old 03-24-2015, 11:10 PM   #25
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
can you imagine the "fun" one would have trying to get that code to run on RH7.3
-- yes RH 7.3 !!!! from the first post

nothing in over a year

wirawan0's LAST post was on 02-13-14, 03:28 PM

Last edited by John VV; 03-24-2015 at 11:13 PM.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
PDF to DOC Converter? vivek.sonny.abraham Linux - Software 20 11-30-2011 03:36 PM
Pdf Converter free Software James_dean Linux - Software 4 10-14-2005 12:58 AM
Linux RedHat 9.0 PDF to Word converter lamby Linux - Newbie 2 06-22-2004 06:45 PM
Program to Create Secure PDF Files? smc_one Linux - Software 1 10-08-2003 08:30 AM
PDF to PNG converter Kostko Linux - Software 10 05-05-2003 06:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:56 AM.

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