Inventor VB.net Print to PDF where OpenVisible = False

Inventor VB.net Print to PDF where OpenVisible = False

matt.daviesWN4HT
Participant Participant
295 Views
2 Replies
Message 1 of 3

Inventor VB.net Print to PDF where OpenVisible = False

matt.daviesWN4HT
Participant
Participant

Hey all

 

I have been having a few issues getting the printing options that I am after. I have tried the TranslatorAddIn route which will print with the OpenVisible = false but not in the sheet size that is required. When I went down the DrawingPrintManager route I was able to get the size required but this required (from my testing and understanding) that each drawing be active or have the option OpenVisible = True.

 

My question is, is it possible to print using the DrawingPrintManager where I have opened the drawing using Documents.Open("SomeFilename.dwg", False) or is there some other way that this could be done?

0 Likes
296 Views
2 Replies
Replies (2)
Message 2 of 3

jjstr8
Collaborator
Collaborator

I ran into the same thing.  I couldn't find a way to use PrintManager on a drawing opened not visible.  I also couldn't find a way to print with the add-in in anything other than original sheet size.  I opted to go with the PrintManager option.  Since I was working through a batch of files, I went ahead and disabled the MRU list while printing.

Message 3 of 3

matt.daviesWN4HT
Participant
Participant
Yeah, I've opted for the DrawingPrintManager option and just accepted that each drawing will need to be visibly opened
0 Likes