1%
Converting input to HTML...
InputFormatPlugin: EPUB Input running on /opt/lampp/htdocs/test.epub
Found HTML cover content/calibre_title_page.html
Parsing all content...
34%
Running transforms on ebook...
Merging user specified metadata...
Detecting structure...
Flattening CSS and remapping font sizes...
Source base font size is 12.00000pt
Removing fake margins...
Cleaning up manifest...
Trimming unused files from manifest...
Creating PDF Output...
67%
Creating PDF Output
Below is the code that I am using in a PHP file
$output = shell_exec("ebook-convert test.epub mej.pdf");
echo $output;
Please help me out its required for completion of a project.
Thanks in advance