Sponsored Content
Full Discussion: convert pdf's to word
Special Forums Windows & DOS: Issues & Discussions convert pdf's to word Post 302181701 by ilnli on Thursday 3rd of April 2008 06:04:16 PM
Old 04-03-2008
Try using online conversion at FreeFileConvert.Com they support pdf to word conversion for free.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

printing in postscript or convert from pdf?

hi - go easy on me, i'm new to UNIX... i need to resample huge pdf files and make them smaller. distiller won't resize existing pdf files. i thought i could print the pdf to a postscript file and then resample that. would that work? if so, how? is this the best way forward or should... (1 Reply)
Discussion started by: jono2000
1 Replies

2. HP-UX

Convert PCL to PDF

We're looking for a program that can convert Text and PCL formats into a PDF. We're not looking to spend a fortune so my search so far has come up empty handed as everyone wants an arm and a leg. I found txt2pdf, but that doesn't support PCL formats. Any help would be appreciated. TIA (2 Replies)
Discussion started by: Randle2I
2 Replies

3. UNIX and Linux Applications

looking for convert rtf to pdf utility

Hello all i have server that needs to add the ability to convert rtf files to pdf what you recommend me to use ( not open office please ) its spouse to process lots of files . something i can wrap in code and use (2 Replies)
Discussion started by: umen
2 Replies

4. Shell Programming and Scripting

Printer filter - convert to ps then to pdf

Hi, I currently have a driver located in /etc/cups/interfaces that does the following: job="$1" user="$2" title="$3" numcopies="$4" options="$5" filename="$6" # Set up printer default modes echo -e "\033E\c" echo -e "\033)0B\c" cat "$filename" So then I want to do something... (2 Replies)
Discussion started by: stuaz
2 Replies

5. Shell Programming and Scripting

Perl - Convert html to pdf - PDF::FromHTML

Hi, I am trying to convert html to pdf using perl module PDF::FromHTML, am getting the error as given below. not well-formed (invalid token) at line 2, column 17, byte 56 at C:/Perl/lib/XML/Parser.pm line 187 at C:/Perl/site/lib/PDF/FromHTML.pm line 140 The perl code is as given... (2 Replies)
Discussion started by: DILEEP410
2 Replies

6. Shell Programming and Scripting

convert solaris file to pdf

Hi Guys, How to convert a unix text file into pdf? Please Help!!!!!!!!!!!!!!!!!! Thanks (2 Replies)
Discussion started by: Phuti
2 Replies

7. Shell Programming and Scripting

Using CSH and need to convert html to PDF

Hi, I am currently using the below code and it throws an error saying badly placed ()'s. I am not sure if this right way to convert html to PDF, please help..I am using C-shell script system ("../html2doc pdf 1000 portrait html$prnfile.html $prnfile.pdf ") print "Content-type:application/pdf... (7 Replies)
Discussion started by: lakers646
7 Replies

8. Red Hat

How to convert TXT to PDF in RHEL 6?

Hello friends, I need to convert ASCII text to PDF on RHEL 6 so I did the below and could generate PDF but it has lot of junk/special characters. yum install enscript ghostscript enscript -p output.ps input.txt ps2pdf output.ps output.pdf So I download latest source of Ghostscript... (4 Replies)
Discussion started by: magnus29
4 Replies

9. Solaris

How to convert pdf file to txt?

Hello Unix gurus, I am learning unix. I have lots pdf data files. I need to convert them into txt files. Can you please guide me how to do that? Thanks in advance. Rao (1 Reply)
Discussion started by: raopatwari
1 Replies

10. Linux

Need software details that can convert PDF to PS

we have been trying to convert PDF into PS for one of the projects. Our PDF files are little big and we use PDFTOPS which takes long time to convert it and it's a freeware. Is there any licensed version of such kind of tool? Responses are really appreciated. (2 Replies)
Discussion started by: venureddy
2 Replies
MPTOPDF(1)							      ConTeXt								MPTOPDF(1)

NAME
mptopdf - convert MetaPost to PDF SYNOPSIS
mptopdf FILE [ ... ] DESCRIPTION
mptopdf can convert MetaPost-generated EPS files to PDF, or it can process a MetaPost source file directly (see mpost(1)) and convert the generated EPS files to PDF. OPTIONS
All switches are specified in full here but can be abbreviated to the shortest unique prefix. Thus, --metaf works the same as --metafun. --help Print a terse help message. --metafun Use the metafun pre-compiled format to process the MetaPost source file. You usually don't need this option, since metafun input is usually produced and processed as part of a texexec(1) run. Needs the --rawmp switch to take effect. --rawmp Process the source file with mpost(1) directly, rather than with texexec(1). This option is needed if you want to specify --meta- fun. --latex Typeseting labels using latex(1) rather than plain tex(1). USAGE
To convert manfig.20 to manfig-20.pdf: mptopdf manfig.20 You can convert more than one EPS file at once: mptopdf manfig.20 otherfig.17 finalfig.8 Or you can give mptopdf(1) a pattern that it will expand: mptopdf 'manfig.*' Note the single quotes to protect the * from the shell. Of course, usually you can let the shell do the wildcard expansion and therefore leave off the quotes. To convert figs.mp to figs-1.pdf, figs-2.pdf, ... mptopdf figs.mp If the labels are typeset with latex(1): mptopdf --latex figs.mp SEE ALSO
tex(1), latex(1), mpost(1), pdftex(1), texexec(1). ConTeXt wiki <http://www.contextgarden.net>. AUTHOR
mptopdf(1) is part of the ConTeXt system by Hans Hagen et al, which is available from PRAGMA ADE <http://www.pragma-ade.com/>. This man- page was written by Sanjoy Mahajan <sanjoy@mit.edu> and is in the public domain. mptopdf 1.3.2 January 2007 MPTOPDF(1)
All times are GMT -4. The time now is 03:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy