docs-to-pdf-converter icon indicating copy to clipboard operation
docs-to-pdf-converter copied to clipboard

How to make .jar files?

Open jaspersorrio opened this issue 8 years ago • 2 comments

I'm sorry but i have never done anything in java before.

I tried compiling however i was missing all the dependencies.

Doing google searches led me to download maven and/or java eclipse EE.

However, I can't start maven with mvn and java eclipse + M2E plugin is just so foreign to me.

Hopefully you can guide me by providing some more details on how i can install the missing dependencies so i can start compiling the .jar files.

Btw, can i convert files in parallel? I wanted to try this project because unoconv can't convert ppt to pdf in parallel.

Thanks for any help provided!

jaspersorrio avatar Apr 20 '16 13:04 jaspersorrio

Hi

I've written a guide on how to compile my project and generate the JAR file. You can check it out in my wiki area.

I have not tried parallel conversion but in theory that should work if you modify my code to use multiple threads, one thread for each document. Alternatively, your parent program can call multiple instances of my converter app in the background.

If you are satisfied with my reply, just feel free to close this issue.

yeokm1 avatar Apr 23 '16 05:04 yeokm1

Also, jaspersorrio, you can use the jar without compiling it by downloading it from https://github.com/yeokm1/docs-to-pdf-converter/releases

loneconspirator avatar Oct 04 '16 05:10 loneconspirator