JODConverter takes long time

160 views
Skip to first unread message

j_nemo

unread,
Jan 22, 2013, 3:37:12 AM1/22/13
to jodcon...@googlegroups.com
I have a question. Is there any further way to convert odt file to pdf? 
Here is my code and it takes about 5s. For me is too long!

       OfficeManager officeManager = new DefaultOfficeManagerConfiguration().buildOfficeManager();
        officeManager.start();
        OfficeDocumentConverter converter = new OfficeDocumentConverter(officeManager);
        convertFile = new File("a.pdf");
        converter.convert(inputFile, convertFile);
        officeManager.stop();

Surupa Ray

unread,
Jan 22, 2013, 3:54:52 AM1/22/13
to jodcon...@googlegroups.com
I am a  Ruby on Rails developer. Initially I had used JodConverter, but later because of some issue I started using a gem called "unoconv"

I don't know whether this will work for you or not. You can read about this and check.
You can also read about "Loimpress".

Hope this will help :)

--
You received this message because you are subscribed to the Google Groups "JODConverter" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jodconverter/-/UwadRtgJbxkJ.
To post to this group, send email to jodcon...@googlegroups.com.
To unsubscribe from this group, send email to jodconverter...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jodconverter?hl=en.

Reply all
Reply to author
Forward
0 new messages