How to show progress when converting documents using libreoffice
How to show progress when converting documents using libreoffice
When I convert documents using libreoffice on server. It takes a long time to process. I need to know progress to response to front end. But I don't find any info about progress of this conversion. I also try as below when converting doc to pdf:
exec("soffice --headless --convert-to pdf $oriFile --outdir $outputDirectory 1> block.txt 2>&1");
But in file block.txt is blank. It was not written anything about processing.
Anyone please help. Thanks!
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
anybody give me some advice?
– Sinh Ho
Sep 7 at 10:30