Skip to main content
Added links to bidi and OpenOffice wiki [Wikipedia]. Minor edit: grammar/spelling/case/punctation/etc.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

I once used open office ms wordOpenOffice for MS Word to pdfPDF conversion. Although it was the only free solution, I wasn't quite satisfied with the resulting pdfPDF file, specially when your documnetdocument has complex bidibidi scripts.

For conversion, as far as I can remember, there was two possible ways. One to use OS pipes and the other was socket or something. I don't have my code right now, but the only thing you need is to search in that URL. You should first launch an open officeOpenOffice executable file (I just followed a simple turorial in oo wikiOpenOffice wiki) with some parameters, and then run your javaJava application, using provided javaJava libraries.

I once used open office ms word to pdf conversion. Although it was the only free solution, I wasn't quite satisfied with the resulting pdf, specially when your documnet has complex bidi scripts.

For conversion, as far as I can remember, there was two possible ways. One to use OS pipes and the other was socket or something. I don't have my code right now, but the only thing you need is to search in that URL. You should first launch an open office executable file (I just followed a simple turorial in oo wiki) with some parameters, and then run your java application, using provided java libraries.

I once used OpenOffice for MS Word to PDF conversion. Although it was the only free solution, I wasn't quite satisfied with the resulting PDF file, specially when your document has complex bidi scripts.

For conversion, as far as I can remember, there was two possible ways. One to use OS pipes and the other was socket or something. I don't have my code right now, but the only thing you need is to search in that URL. You should first launch an OpenOffice executable file (I just followed a simple turorial in OpenOffice wiki) with some parameters, and then run your Java application, using provided Java libraries.

Source Link
Mohsen
  • 3.6k
  • 4
  • 41
  • 69

I once used open office ms word to pdf conversion. Although it was the only free solution, I wasn't quite satisfied with the resulting pdf, specially when your documnet has complex bidi scripts.

For conversion, as far as I can remember, there was two possible ways. One to use OS pipes and the other was socket or something. I don't have my code right now, but the only thing you need is to search in that URL. You should first launch an open office executable file (I just followed a simple turorial in oo wiki) with some parameters, and then run your java application, using provided java libraries.