Convert MS Word, MS Powerpoint etc to PDF

A Member? Please Login  
type your username and password to login
Date: July 26, 2008, 04:50 PM
223856 members and 127174 Topics
Latest Member: thinjoe200
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Computers (Moderator: uspry1)  |  Convert MS Word, MS Powerpoint etc to PDF
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: Convert MS Word, MS Powerpoint etc to PDF  (Read 5605 views)
Olu Abuja (m)
Convert MS Word, MS Powerpoint etc to PDF
« on: October 27, 2005, 03:33 PM »

Friends, it is very easy to convert your files to PDF. Just 2 minutes.

Do you have a book or article you have written and want to convert to PDF?

Do you have project work that must be converted to PDF?

Below are some of the convertions you can make within 2minutes.

How to create PDF from Microsoft Word / How to convert DOC to PDF ?

How to create PDF from Microsoft Excel / How to convert XLS to PDF ?

How to output PowerPoint to PDF / How to convert PPT to PDF ?

How to create PDF from AutoCAD / How to convert AutoCAD drawings to PDF ?

How to print Email to PDF ?

How to save web pages to PDF ?

How to convert JPEG to PDF ?

How to convert TIFF to PDF ?

How to convert BMP to PDF ?

How to convert GIF to PDF ?

How to convert RTF to PDF ?

How to convert TXT to PDF ?

How to convert MDB to PDF / How to output Microsoft Access database to PDF ?

How to convert Visio document to PDF / How to print Visio document to PDF ?

How to convert PS (Post Script) to PDF ?

Go to http://www.go2pdf.com

Enjoy yourself

Olu In Abuja
rufaai (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #1 on: October 29, 2005, 12:41 AM »

WOW! Thats great...

But why everything to PDF? why not PDF to .DOC, .RTF or .TXT??? Anyway, I've a software that converts PDF to Word... I can't say where I got it from, because its been long that I got it...

The name is PDF2Word v1.6 i've the setup on my PC if you need it...
Seun (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #2 on: November 02, 2005, 10:38 PM »

Why convert MS office documents to PDF?  Because PDF is a presentation format!  You type with Word and you publish in PDF format for people to read and download.
Hunter (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #3 on: November 03, 2005, 11:13 AM »

I actually own all the adobe products (except video ones) so I have Adobe Acrobat professional which lets you make PDF's of whatever you want through the use of a virtual printer Cheesy
charlisco (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #4 on: November 03, 2005, 05:53 PM »

A million thanks to you Olu Abuja, i dreamt of download a software some day, that will enable me to convert Document file (Doc) to PDF format, i knew CorelDraw and Adob Photoshop can do it, but i am looking for something that is special and rare. Keep posting such a site.
jogego (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #5 on: November 03, 2005, 10:35 PM »

Use Openoffice.org. It converts any document into .pdf format.
goodguy (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #6 on: November 03, 2005, 11:02 PM »

You can also convert you files to PDF by registering an account here or here
axeprince (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #7 on: November 18, 2005, 09:14 PM »

Download PDF935 and it;s driver, it is Free to download.

Sorry, I am too lazy to give you the link, but if my head clear, I will post it

All the best.
Saintjoe (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #8 on: November 19, 2005, 02:12 PM »

The only thing i hate about PDF is that some can't edit with it. It is read only.
brightk (m)
CONVERT PDF FILES TO HTML
« #9 on: November 19, 2005, 02:34 PM »

Hey fellas,

u can convert your pdf files to html with one click. I would also want any of u to help with a program or possibly give the URL of the site that can convert pdf files from one language to the other e.g from any foreign language to english. I could have attached the file (pdf2html) but its more than the stipulated size and i have forgotten the URL of where i got it from.
le govo (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #10 on: November 19, 2005, 02:58 PM »

Friends, IT'S REAL
it is very easy to convert your files to PDF
Tongue Grin Grin Grin Grin
sbucareer (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #11 on: January 05, 2006, 11:05 PM »


If you are still wondering any other ways to convert pdf to word or vice versa then try my little program.  It can convert any document to any format.

I have written this in java.  If you don't understand java or don't know how to run java let me know I will write again to show the necessary tools and method to use.

Below is a java file that will convert any document to any format


/*
 * Main.java
 *
 * Created on 05 January 2006, 20:29
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */
//package converter;

import java.io.*;
       
/**
 *
 * @author Valentine Obih
 */
public class Main {
        /**
     * @param args the command line arguments
     */
    public static void main(String[] args) throws Exception{
   
    FileInputStream fi;
    InputStreamReader ir;
    BufferedReader br;
   
    FileOutputStream fo;
    OutputStreamWriter ow;
    BufferedWriter bw;
   
   
    String temp;
    String in = args[0];
    String out = args[1];
       
    fi  = new FileInputStream(in);
    ir = new InputStreamReader(fi);
    br = new BufferedReader (ir);
       
    fo     = new FileOutputStream ( out );
    ow     = new OutputStreamWriter ( fo );
    bw     = new BufferedWriter ( ow );
   
       
       
        if ( args.length < 1 ){
                        System.out.println("Requires a filename with extension");
        }if (args.length == 1 ){
                System.out.println("Requires two filenames with extension");
        }else{
       
           
           
        try{
               while ((temp = br.readLine()) != null ) {
                   bw.write(temp);
                   }
                   br.close();
                   bw.close();
               }catch(Throwable e ){
                   e.getMessage();
        }
        }
    }
   
}

You can write a GUI using AWT from java or useC++/MFC, LaTex or VB can convert the algorithm to any specific language. and you will have you very own desktop apps for converting documents.  I hope it helps

Chxta (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #12 on: January 07, 2006, 07:27 AM »

:yawn: OpenOffice!
Saintjoe (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #13 on: March 25, 2006, 04:47 PM »

Confusing!!!!!!!!!!!!!!!!!!!!!!!
Seun (m)
Re: Convert MS Word, MS Powerpoint Etc to PDF
« #14 on: March 25, 2006, 10:12 PM »

sbucareer, your program is equivalent to the command line copy command.  Is this a joke or are yo deliberately misinforming people?  But why?   Cry
Gridlock (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #15 on: March 26, 2006, 05:55 AM »

I was just thinking the very same thing. i thot there'd be a reference to some sort of PDF class or sumn else,
sbucareer (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #16 on: March 27, 2006, 08:33 AM »


Sorry I have not been in the forum for like four days now. I was very busy over the weekend. Anyway, Seun what do you mean that it looks like directory file copy? I am dealing with binary manipulations, converting the binary bits of pdf to a supplied argument at the command promot by the use of special Java API for manipulating binary bits. See Java API for Stream Buffer classes

Have you test the program to see if it work at all before postulating? I have actually written lots of these small task-management tool for my organization. If you have compiled it and run it by supplying two arguments at the commandLine, the first argument is the source file the second file is the destination file, i.e.

c:\>java Main source.pdf destination.doc

Run the argument at the commandLine and open up destination.doc and see if the content of source.pdf is not cascaded. Remember, you must have the source file in the same directory as the Main.java to achieve this. 

You can modify the class by using directory API to achieve running the file in any directory by supplying the UNC naming convention to the source file. I'd done that but since the thank you I get is that my program is a commandLine copy I will leave you to do the rest.


gideonel (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #17 on: May 02, 2006, 08:34 PM »

Converting from either .doc or .exl to .pdf
looks as if its free, but there on the site, i saw BUY ONLINE!! lol
u think anything is free?
gideonel (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #18 on: May 02, 2006, 08:35 PM »

Converting from either .doc or .exl to .pdf
looks as if its free, but there on the site, i saw BUY ONLINE!! lol
u think anything is free?
Saintjoe (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #19 on: October 29, 2006, 12:43 PM »

@gideonel you can get it free here www.pdfonline.com

Surf through the webs carefully you will get it free.

Try it out!
adewaleafolabi (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #20 on: October 29, 2006, 06:26 PM »

guy am a linux user and i use open office to convert html and the rest to pdf.
lordimpaq (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #21 on: October 31, 2006, 06:34 PM »

congratulations then,
webemerald (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #22 on: July 23, 2007, 12:08 AM »

Rufaai please send me d set up 4 pdf2 doc . Yinkaogunkoya@yahoo.com
Seun (m)
Re: Convert MS Word, MS Powerpoint etc to PDF
« #23 on: July 23, 2007, 09:51 AM »

I use Cutepdf.  It is free and works like a charm.  Just print the document to their driver.
D1one
Re: Convert MS Word, MS Powerpoint etc to PDF
« #24 on: January 29, 2008, 11:25 AM »

please Rufaai

I also need  PDF2Word v1.6 i've the setup

send please to talk2nd@gmail.com

I'm Xpecting it o  Huh
 Downloading Mp3 N Mp4 Songs Online  Bluesoleil Serial Or Keygen Urgently Needed,   Over 156 Useful Window Run Commands  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Jobs (2) Career Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.