Skip to main content
This topic has been closed for replies.

3 replies

Inspiring
September 29, 2016

Hi,

What kind of 3D object?

Inspiring
September 24, 2016

HI

     go to tools>interactive objects>add 3D object.

JoelGeraci_Datalogics
Participating Frequently
September 23, 2016

Programmatically? Via the UI? From what 3D source?

October 20, 2016

I would like to know how to Programmatically create a 3D PDF from a U3D file.
And are there any licencing issues that you may know of when used this way.

JoelGeraci_Datalogics
Participating Frequently
October 20, 2016

Do you want to do this on the desktop using Acrobat as the runtime? If so, you'd need to write a plugin and as long as the process is triggered by a user, there should be no licensing issues.

If you want the conversion to happen on the server or otherwise automated, you won't be able to use Acrobat because it's not licensed that way. In that case, you'd want to use something like the Datalogics PDF Java Toolkit. I have a blog post about creating 3D PDF at the URL below. The Datalogics PDF Java Toolkit is Adobe technology licensed and sold by Datalogics.

You could optionally use the Adobe PDF Library, also available through Datalogics but the code may be a bit more complicated.

http://blogs.datalogics.com/2016/01/27/creating-3d-pdf-files-using-the-datalogics-pdf-java-toolkit/

J-