Message 1 of 4
apprentice submitprint without Inventor

Not applicable
06-14-2007
06:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Is it possible to print a .idw without having Inventor installed but Inventor View using apprentice / submitprint with VB or VBA (excel,..).
I'm able to read the iProperties but get stuck with submitprint.
I've been reading some topics here, but none of them can help me.
I think I need to open Inventor View, but I don't know how.
Dim IApprent As New ApprenticeServerComponent
Dim IPlot As ApprenticeDrawingPrintManager
Dim IDoc As ApprenticeServerDocument
Set IDoc = IApprent.Open("C:\dummy\ac3-6584-0005.idw")
With IPlot
.NumberOfCopies = 2
.SubmitPrint
End With
Set IDoc = Nothing
IApprent.Close
Set IApprent = Nothing
Thanks,
Jimmy
Is it possible to print a .idw without having Inventor installed but Inventor View using apprentice / submitprint with VB or VBA (excel,..).
I'm able to read the iProperties but get stuck with submitprint.
I've been reading some topics here, but none of them can help me.
I think I need to open Inventor View, but I don't know how.
Dim IApprent As New ApprenticeServerComponent
Dim IPlot As ApprenticeDrawingPrintManager
Dim IDoc As ApprenticeServerDocument
Set IDoc = IApprent.Open("C:\dummy\ac3-6584-0005.idw")
With IPlot
.NumberOfCopies = 2
.SubmitPrint
End With
Set IDoc = Nothing
IApprent.Close
Set IApprent = Nothing
Thanks,
Jimmy