Hi, I’m using the Viewer and Editor Products, now I Downloaded Conversion project (Spring Demo) and Using a Conversion temporary license and a Total license configuring the yml file the Path Licenses the next message shows (Can not verify Conversion license):
If you are using GroupDocs.Total for Java license, you don’t have to apply Conversion license separately. Total license will work with the Conversion API. Please use one license file and let us know if issue persists.
Or more specifically, could you please share how did you apply the license in the code?
I tired with the examples projects and I’m having another issue (not the one with the license but one with the locale), with the viewer and the editor I managed setting the locale in the constructor and the main class, how should I do it here?
Please download or clone this updated Java Spring project. git clone https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Java-Spring
Set license as mentioned earlier, have a look at this screenshot.png (14.3 KB)
and navigate to the project directory: cd GroupDocs.Conversion-for-Java-Spring
Execute the project: mvn clean spring-boot:run
Visit or access http://localhost:8080/conversion/ in Google Chrome or your favorite browser. All steps are further explained in these screenshots.zip (215.0 KB). Let us know if you still face any issue.
Hi again, if we purchased a Total license, and we use it in the conversion project, it should generate all the conversions without sending the messages:
Hi I manage to solve the problem, is the configuration in my laptop (language) I made some changes with the locale in the Application class an the problem did not show again.
In my case I have a Latin-American Spanish configuration (menus and keyboard), If I let something (keyboard or menus) in Spanish in my Windows (SO) the app doesn’t work properly but if I set the locale object in the main class (constructor) in English (I used USA like in the viewer and editor) The app Conversion takes the license and does the work without problems even if I have something in Spanish.