Graphics, Figures & TablesAppend 3D PDF to External PDF Region

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
unclebrian
Posts: 1
Joined: Wed Jun 16, 2010 4:40 pm

Append 3D PDF to External PDF Region

Post by unclebrian »

Hi, I'm new to LaTex and am trying to find some way to append a U3D file into a predefined region on a specific page of an externally created PDF file. I've spent the last several days searching the web for a solution without success.

Here's the scenario: The marketing group creates three page PDF files of "widget" product information. They use various WYSIWYG as well as automated information extraction tools (beyond our control) to create PDF brochures of our products. On page two, there is a small region on the page they have reserved for a 3D view of the product. My job is to transform this small region into an interactive 3D view of the product that Acrobat users can use to zoom and rotate the widget, as this functionality is bundled with the free Acrobat reader.

What I've learned so-far: I am able to create U3D and corresponding TEX files from the source 3D CAD part files using MeshLab. I am able to create standalone 3D PDF files with the U3D and TEX files using pdflatex. The resulting 3D PDF file works very well.

The problem: I can not find a way to clip and append the 3D PDF content into an external PDF as described in the scenario. I know that it's possible to use Acrobat Pro to do this, but due to the large quantity of products and budget issues we need to automate the process, preferably using open source tools.

Any suggestions? :?:

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

alex
Posts: 32
Joined: Mon May 19, 2008 10:53 am

Re: Append 3D PDF to External PDF Region

Post by alex »

You cannot embed U3D into an existing PDF using pdfLaTeX. With pdfLaTeX you will have to typeset the complete document around your 3D model as well. For embedding U3D into an existing document you need Acrobat.

Alexander
Post Reply