https://bugs.freedesktop.org/show_bug.cgi?id=61683

--- Comment #6 from Sn3akyP3t3 <[email protected]> ---
Adobe ColdFusion has the ability to leverage LibreOffice (or OpenOffice) to
convert Word Document files to PDF format.  An example of how it gets called is
here:
http://stackoverflow.com/questions/2292352/is-it-possible-to-convert-a-microsoft-word-document-to-pdf-with-coldfusion
 This feature works only in the 32 bit version of Adobe ColdFusion because of
this bug read further for explanation why.

The 64 bit version of Adobe ColdFusion leverages 64 bit JVM which requires
LibreOffice DLLs for the dependencies to be 64 bit as well.  Ignoring this and
mixing 64 bit Adobe ColdFusion with 32 bit Libreoffice results in the JVM
rejecting them with this error, "Can't load IA 32-bit .dll on a AMD 64-bit
platform". That pretty much kills the file conversion. The solution is to use a
64 bit version of the dependencies which currently does not exist.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to