How to multi conversion with one order

I use JAVA Total and have a PHP website


I want to convert document to PDF then to HTML5 with CSS and HTML embed.

I want when user upload document to my website, with just one command convert Document to HTML, I want the script can convert document to PDF then to HTML5 automatically.

How can i do this , especially how can I know when convert to PDF finished and take that PDF file to convert to HTML5

Thank you

Hi,

Thank you for contacting support. You can install and configure the PHP/Java Bridge to make use of Aspose for Java from PHP language. Please refer to these help topics: PHP and Aspose.Words for Java and Aspose.Pdf for Java Guide in PHP Perspective

Please refer to the answer which we have replied in your other forum thread:

Please let us know in case of any confusion or questions.

I know this, but how to multi process ?

How can i check when the conversion to PDF is finished ?

Hi,


Thank you for the inquiry. There are various ways which you can apply to the Java code. You can create a thread for each conversion process as well as create a listener in your main thread, and then program threads to tell the listener that they have completed. Please refer to this helping link: Check the Completion of Thread Execution