Answered
Hello Every body,
Is there any plugin that allows to display a 3D object in U3D or PDF3D format embeded in an HTML page ?
Any Idea would be appreciated !
Thanks
Hello Every body,
Is there any plugin that allows to display a 3D object in U3D or PDF3D format embeded in an HTML page ?
Any Idea would be appreciated !
Thanks
There are assorted tricks to divert the user if they don't have Reader, or have an older version - the best way to version-filter is to do it inside the PDF itself, for example by putting the 3D on page 2, an "upgrade now" message on page 1, and running a document Javascript inside the PDF which changes the view based on app.viewerVersion. You can wrap against not having a PDF reader plugin at all by using the 'Stirfry' method with object tags.