aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes How to Convert word to pdf using java api ?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "How to Convert word to pdf using java api ??" Watch "How to Convert word to pdf using java api ??" New topic
Author

How to Convert word to pdf using java api ??

Madhu Kaparapu
Ranch Hand

Joined: Jul 04, 2005
Posts: 35
I have to develop an appplication which uploads rtf,word,excel file and i need to convert all formats to pdf.
can anyone help me in how i can write the code using JAVA.IT is very urgent

I have seen jakarta poi (which does the excel java api) and then apache fop or itext library for the pdf creation.

is there any direct library which converts pdf ??


Regards,
Madhu Kaparapu.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
I'm not aware of a ready-made solution for any of these formats. POI can read XLS, but it's up to the developer to create PDF from that. POI also can read Word documents, but that's reported to be buggy and unsupported, so it may or may not work with the files you have. For RTF, you could write a reader based on the JavaCC parser (which comes with an RTF grammer). All of these would require significant amounts of work.

One other options might be OpenOffice and its Java API, which is largely undocumented from what I understand. A starting point might be this article: http://weblogs.java.net/blog/tchangu/archive/2005/12/open_office_jav_1.html


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: How to Convert word to pdf using java api ??
 
Similar Threads
Coverting PDF to DOC
How to print different type of document types in java ?
Java Api for converting Word document to PDF?
TIFF. DOC, EXCEL to PDF Converter
java program for pdf file to excel file conversion