Search found 3 matches

by EBrown
05 Nov 2012, 20:37
Forum: CAD .NET
Topic: SaveToFile saving empty images
Replies: 1
Views: 12389

SaveToFile saving empty images

It is not happening with *all* of my .dwg files, but it is with some of them - and I need to be able to print all of them. I have a .zip file with two drawings in it, but after 3 tries, I still cannot upload the file for your review. Here is my code snippet: CADImage img = CADImage.CreateImageByExte...
by EBrown
19 Oct 2012, 18:09
Forum: CAD .NET
Topic: CADToPDF exports a blank page
Replies: 3
Views: 17217

Re: CADToPDF exports a blank page

Wonderful! That did the trick.

It would be useful if the documentation commented on this being the better way to load an existing file.

Thanks!
by EBrown
19 Oct 2012, 02:12
Forum: CAD .NET
Topic: CADToPDF exports a blank page
Replies: 3
Views: 17217

CADToPDF exports a blank page

I am using the demo library, but I'm told that it should be fully functional. The code executes without any obvious errors, but the PDF file I get as output is simply a blank file. My code is this: public bool SaveToPDF(string strSrc, string strDest) { bool success = false; try { CADImage img = new ...