Error Exporting 3D PDF with PowerShell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to export to 3D PDF using PowerShell. This is for use with coolOrange powerJobs. I'm getting a very specific error:
FinishedWithError: Recipe execution completed with error(s):
SUMMARY
Unable to import file 'C:\Temp\10000063.ipt\10000063.ipt'. When exporting from the Autodesk Inventor application, the Anark Core add-in must authorize the export.
IMPORT FILE INFORMATION
file : C:\Temp\10000063.ipt\10000063.ipt
exists? : True
size (bytes) : 120832
modified date: Tuesday, December 14, 2021
MD5 hash : c300993ea3ccdbc285cf3e7900246835
SHA1 hash : 6195d644438c015670fe7a66248c8ced22f74eae
ERROR DETAILS
action type : Import
action target: C:\Temp\10000063.ipt\10000063.ipt
error : Unable to import file 'C:\Temp\10000063.ipt\10000063.ipt'. When exporting from the Autodesk Inventor application, the Anark Core add-in must authorize the export.
I've checked and the Inventor instance I'm connecting to has the Anark 3D PDF Publishing add-in loaded. I believe my NameValueMap with options is correct. It's almost like the add-in is explicitly denying the export. Is it only possible to automate the creation of a 3D PDF using an add-in that is running in-process?