Plotter not Plotting OLE Object (Excel Table Pasted into AutoCAD .dwg)

Plotter not Plotting OLE Object (Excel Table Pasted into AutoCAD .dwg)

jschierenbeck
Enthusiast Enthusiast
407 Views
2 Replies
Message 1 of 3

Plotter not Plotting OLE Object (Excel Table Pasted into AutoCAD .dwg)

jschierenbeck
Enthusiast
Enthusiast

Hello,

I am plotting some drawings in .net. Everything works fine, except the excel table I have is not showing up on the created PDF. If I create the PDF manually though AutoCADs plot function the excel table shows up.

Do I have something missing in the attached code?

 

Thanks,

Joe S

 

 

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

lifanvc
Contributor
Contributor
you get database from ReadDwgFile?
0 Likes
Message 3 of 3

jschierenbeck
Enthusiast
Enthusiast

Yes, that is how I get the database.
database.ReadDwgFile(dwg, FileOpenMode.OpenForReadAndAllShare, false, null);

0 Likes