Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
matt.daviesWN4HT
246 Views, 2 Replies

Inventor VB.net Print to PDF where OpenVisible = False

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?