I’d like to use Aspose.Words purely for document conversion (docx to pdf) from my PHP web app - the idea is to avoid having to maintain separate code for docx and pdf.
So what’s the best way to achieve this? My guess is that I’d need to write a small command-line utility to execute from PHP. Assuming this is the case, would it be best to use the Java version of Aspose.Words or the .Net version (via Mono)? I’ve read that there are some rendering issues with the .Net version. So if I want the best fidelity to the original docx file, is Java going to be the ideal approach?
Thanks
Phil
Hi Phil,
Hi
So using COM interop (presumably via XPCOM and Mono) is the method you’d recommend for a Linux server?
Is that likely to work more effectively than, say, the Java version via PHP/Java bridge?
Thanks
Phil
Hi Phil,
Thanks Tahir. I knew about that. Never mind; maybe I can find answers elsewhere.
Hi Phil,
pipeski:
So using COM interop (presumably via XPCOM and Mono) is the method you’d recommend for a Linux server?Is that likely to work more effectively than, say, the Java version via PHP/Java bridge?