I would like to create a presentation for my lecture in which I would use Mathematica CDF files. Let's say I want to have such interactive content:
Manipulate[Plot[Sin[x (1 + a x)], {x, 0, 6}], {a, 0, 2}]
How can I place it in Word, Powerpoint or in Adobe PDF (I can use Adobe Acrobat) so it is usable? Usable - means not showed as an icon.
Answer
You can't. You can combine CDFs and content generated by other tools on web pages, though.
From Frequently Asked Questions about the Computable Document Format (CDF) (Wolfram Research):
Do CDFs plug in to Microsoft Office documents or PDFs?
Currently, the CDF Player plugin only supports web browsers. We are exploring the same capabilities for a number of other applications. Contact us for more details when CDF support for other applications becomes available.
Considering size of the Microsoft Office ecosystem, there is probably either a feature or an external tool that allows to export custom HTML (which is also used around CDF embedding on the Web) on spots defined in the Word document. This could enable creating CDF embedding in exported HTML, although something like only the link would be visible while editing the document in Word. This is probably a question for another forum...
Comments
Post a Comment