Search found 7 matches

by Venkat
11 Apr 2012, 09:07
Forum: CAD .NET
Topic: Exporting in DXF format
Replies: 8
Views: 36404

Re: Exporting in DXF format

Hi thanks for your response. We are interested to take license version of CADImportnet.Net . So Can U tell me when will we expect solution for above problem. How much time will take approximately. So that we can take decision. Our requirement is 1) Convert .tif (Any raster image) to .dxf 2) Convert ...
by Venkat
06 Apr 2012, 12:08
Forum: CAD .NET
Topic: Exporting in DXF format
Replies: 8
Views: 36404

Re: Exporting in DXF format

Hi,
DXF file was created. But it is not containing any source image.
by Venkat
06 Apr 2012, 06:32
Forum: CAD .NET
Topic: Exporting in DXF format
Replies: 8
Views: 36404

Re: Exporting in DXF format

Hi, Thanks for quick reply. I tried your sample, but still I am not getting content of file. Here I ma trying in my sample web application. Here is my code String inFilePath; inFilePath = @"C:\Users\Administrator\Desktop\Image Files\Sample..tif"; string OutFilePath; OutFilePath = @"C:\Users\Administ...
by Venkat
05 Apr 2012, 14:25
Forum: CAD .NET
Topic: Exporting in DXF format
Replies: 8
Views: 36404

Exporting in DXF format

Hi All, I am trying to export as dxf file using CADImport.dll. I followed below code. String inFilePath; inFilePath = @"C:\Users\Administrator\Desktop\Source\Image Files\Sample.tif"; string OutFilePath; OutFilePath = @"C:\Users\Administrator\Desktop\Source\Drawing Files\Sample.dxf"; cadimg = CADImag...
by Venkat
03 Apr 2012, 12:42
Forum: CADViewX
Topic: Viewing .dfx files in .aspx page
Replies: 2
Views: 32939

Re: Viewing .dfx files in .aspx page

Hi All, I am trying to convert cad file to jpeg. For that I am using bool ConvertCADToJPEG(string ASrc,string ADest,int AMaxDimensions) method. But I am getting following exception. So please can any one suggest how to overcome this issue. I am using CADViewX Pro 8 Demo version. Thanks in Advance. S...
by Venkat
03 Apr 2012, 10:50
Forum: CADViewX
Topic: Viewing .dfx files in .aspx page
Replies: 2
Views: 32939

Viewing .dfx files in .aspx page

Hi All, I am trying to convert cad file to jpeg. For that I am using bool ConvertCADToJPEG(string ASrc,string ADest,int AMaxDimensions) . Here what is "AMaxDimensions" parametr? Can you explain about it? Which value I have to give? Can any one give sample example code ? I am trying to bind that conv...
by Venkat
01 Apr 2012, 15:37
Forum: CADViewX
Topic: Viewing drawing files (.dfx) in .aspx pages using CADViewX
Replies: 1
Views: 25230

Viewing drawing files (.dfx) in .aspx pages using CADViewX

Hi , I am having requirement to show .dxf files in our asp.net application (C# code). I find CADViewX is more suitable to our application. So I am trying demo version. I tried to develop a sample application which is having basic viewing ,Zoom and Annotation features. But I don't know how to use CAD...