I'm testing PDF converter. This is the situation. I'm using docx4j 3.3.0. I have installed PDF Converter trial version for windows and now I have a plutext service running. In the sample code about docx to pdf conversion I found this:
- Code: Select all
String URL = Docx4jProperties.getProperty("com.plutext.converter.URL", "http://converter-eval.plutext.com:80/v1/00000000-0000-0000-0000-000000000000/convert");
I need to know which is the URL if I want use my windows service.
Thanks in advance.