|
Olu Abuja (m)
|
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)
|
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)
|
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)
|
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
|
|
|
|
|
|
charlisco (m)
|
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)
|
Use Openoffice.org. It converts any document into .pdf format.
|
|
|
|
|
|
goodguy (m)
|
You can also convert you files to PDF by registering an account here or here
|
|
|
|
|
|
axeprince (m)
|
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)
|
The only thing i hate about PDF is that some can't edit with it. It is read only.
|
|
|
|
|
|
brightk (m)
|
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)
|
Friends, IT'S REAL it is very easy to convert your files to PDF 
|
|
|
|
|
|
sbucareer (m)
|
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)
|
:yawn: OpenOffice!
|
|
|
|
|
|
Saintjoe (m)
|
Confusing!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
|
|
Seun (m)
|
sbucareer, your program is equivalent to the command line copy command. Is this a joke or are yo deliberately misinforming people? But why? 
|
|
|
|
|
|
Gridlock (m)
|
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)
|
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)
|
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)
|
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)
|
@gideonel you can get it free here www.pdfonline.comSurf through the webs carefully you will get it free. Try it out!
|
|
|
|
|
|
adewaleafolabi (m)
|
guy am a linux user and i use open office to convert html and the rest to pdf.
|
|
|
|
|
|
lordimpaq (m)
|
congratulations then,
|
|
|
|
|
|
|
|
Seun (m)
|
I use Cutepdf. It is free and works like a charm. Just print the document to their driver.
|
|
|
|
|
|
D1one
|
please RufaaiI also need PDF2Word v1.6 i've the setup send please to talk2nd@gmail.comI'm Xpecting it o 
|
|
|
|
|
|