I'm attempting to add conversion of .idw files (AutoDesk Inventor 2D
drawings) using AutoDesk's free viewer InventorView to PDFGenerator.
I've followed the instructions at
http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/wwhelp/wwhimpl/js/html/wwhelp.htm?href=000496.html&accessible=true,
including adding the Path, updating Native2pdfconfig.xml, adding the
scripts to adobe-appmondata.jar and updating the component in Workbench.
I am now trying to troubleshoot the script. Using ma...