Tag: 3D PDF
-
Sorting “invalid arguments” error in C# add in code for generating 3D PDF in Inventor
<?xml encoding=”UTF-8″>The VB.NET add-in for 3D PDF generation works well and directly without issues. However, the C# API code throws an invalid arguments error at the Publish() method. This is because the code uses late binding. This blog contains steps on how to resolve this error Step 1:As mentioned in this blog (here) set the…

You must be logged in to post a comment.