Inventor bug: Submit print does not work when document opened hidded mode

Inventor bug: Submit print does not work when document opened hidded mode

Anonymous
Not applicable
480 Views
2 Replies
Message 1 of 3

Inventor bug: Submit print does not work when document opened hidded mode

Anonymous
Not applicable
If drawing document has been opened in FWxMainFrameEnvironment environment with the hidden mode flag.
DrawingDocument printMe = site.Application.Documents.Open(documentFile, false) as DrawingDocument;
it seems that PrintManager.SubmitPrint() does not print. It does not throw any error this case.
0 Likes
481 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
I have the same problem!

Seems the printmanager does not work as the open command does not change the environment properly if the hidden flag is false.
0 Likes
Message 3 of 3

Anonymous
Not applicable

Unfortunately, drawings do need to be open visibly
in order to print them.

 

Sanjay-
0 Likes