Search found 10 matches

by yallavishnuvardhanreddy
28 Nov 2019, 07:52
Forum: CAD .NET
Topic: Issue in CAD to PDF Conversion
Replies: 9
Views: 8452

Re: Issue in CAD to PDF Conversion

Hi

If we convert cad file directly there is no issue but when we add other entities on the left side it was cropping and converting into PDF . here it is attachment for your reference
by yallavishnuvardhanreddy
26 Nov 2019, 13:47
Forum: CAD .NET
Topic: Issue in CAD to PDF Conversion
Replies: 9
Views: 8452

Re: Issue in CAD to PDF Conversion

Hi Andrei,

Please find the attachment
dxf2.rar
(171.14 KiB) Downloaded 759 times
dxf2.rar
(171.14 KiB) Downloaded 759 times
by yallavishnuvardhanreddy
26 Nov 2019, 13:39
Forum: CAD .NET
Topic: Issue in CAD to PDF Conversion
Replies: 9
Views: 8452

Re: Issue in CAD to PDF Conversion

Hi Andrei,

Please find the attachment
by yallavishnuvardhanreddy
22 Nov 2019, 10:03
Forum: CAD .NET
Topic: Issue in CAD to DXF Conversion
Replies: 3
Views: 5021

Re: Issue in CAD to DXF Conversion

Hi Andrei,

Please find the below code used for conversion


CADtoDXF ConvertDxf = new CADtoDXF(cadimage);
ConvertDxf.SaveToFile(fName);

Thanks & Regards,
Vishnu
by yallavishnuvardhanreddy
22 Nov 2019, 10:00
Forum: CAD .NET
Topic: Issue in CAD to PDF Conversion
Replies: 9
Views: 8452

Re: Issue in CAD to PDF Conversion

Hi Andrei, Left side is Cropped and that data is not coming in PDF. Please find the Code below for PDF conversion :- CADToPDF ConvertPdf = new CADToPDF(cadimage); ConvertPdf.Settings.IsShowLineWeight = true; ConvertPdf.Settings.LayoutsExportMode = CADImport.Export.LayoutsExportOption.Current; Conver...
by yallavishnuvardhanreddy
21 Nov 2019, 16:06
Forum: CAD .NET
Topic: Issue in CAD to PDF Conversion
Replies: 9
Views: 8452

Issue in CAD to PDF Conversion

I am Converting the CAD File to PDF, It's converted into PDF but the PDF is not getting the whole data as like CAD File. The file is coming as cropped leftside.

Can anyone help me on this.

PFA for Reference.

Thanks & Regards,
Vishnu Vardhan Reddy Yalla.
by yallavishnuvardhanreddy
21 Nov 2019, 16:02
Forum: CAD .NET
Topic: Issue in CAD to DXF Conversion
Replies: 3
Views: 5021

Issue in CAD to DXF Conversion

I am Converting the CAD File to DXF, It's converted into DXF but the text added to CAD is coming bigger than CAD Data in DXF and also the text is overlapping throughout the file.

Can anyone help me on this.

PFA for Reference.

Thanks & Regards,
Vishnu Vardhan Reddy Yalla.
by yallavishnuvardhanreddy
18 Nov 2019, 07:03
Forum: CAD .NET
Topic: How to make the CadDimension Extentable
Replies: 3
Views: 4842

Re: How to make the CadDimension Extentable

Hi Mikhail,

Can you Please do suggest a solution for the editing the CAD Dimension by mouse or Programmatically to use it as a Measuring Scale.

Thanks & Regards,
Vishnu.
by yallavishnuvardhanreddy
14 Nov 2019, 08:33
Forum: CAD .NET
Topic: How to make the CadDimension Extentable
Replies: 3
Views: 4842

Re: How to make the CadDimension Extentable

Ya I want to Edit CADDimension With Mouse or Programatically, So that I can use it as a measuring scale for measuring the length of a line or a block or an entity.

Can you suggest me a way to do that.

Regards,
Vishnu.
by yallavishnuvardhanreddy
13 Nov 2019, 07:15
Forum: CAD .NET
Topic: How to make the CadDimension Extentable
Replies: 3
Views: 4842

How to make the CadDimension Extentable

Hi,

I have Created a CadDimension and place it on CadPictBox and it works well. Now, I want to make that Dimension Extentable So that I Can use it as a Measuring Scale ( Ploting Scale).

Please Help me on this.

Thanks & Regards,
Vishnu Vardhan Reddy Yalla.