06-21-2022
01:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-21-2022
01:20 AM
Good day!
I've been working on Exporting to 3d pdf using AnarkCore, however, using the provided sample C# codes from the documentation is not working when I try to use it from a custom addin that I created. Below is the actual error. Do you have any Ideas?
Thank you.
Solved! Go to Solution.
06-24-2022
07:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-24-2022
07:43 AM
I don't have any experience with this personally, but what I would try is to comment out the "oOptions.Value" lines one at a time until it works, and then you'll know which option setting it doesn't like. Once you know that it is easier to figure out why it's not working.
07-04-2022
05:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-04-2022
05:09 PM
It does not work if I use the same code from the custom addin that I created but, somehow works from a simple application that I made.
08-24-2022
05:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-24-2022
05:51 PM
Declare the oDoc as dynamic ex: dynamic oDoc = mApp.ActiveDocument. Answer came from the Dev support