Search found 10 matches
- 28 Nov 2019, 07:52
- Forum: CAD .NET
- Topic: Issue in CAD to PDF Conversion
- Replies: 9
- Views: 9127
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
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
- 26 Nov 2019, 13:47
- Forum: CAD .NET
- Topic: Issue in CAD to PDF Conversion
- Replies: 9
- Views: 9127
Re: Issue in CAD to PDF Conversion
Hi Andrei,
Please find the attachment
Please find the attachment
- 26 Nov 2019, 13:39
- Forum: CAD .NET
- Topic: Issue in CAD to PDF Conversion
- Replies: 9
- Views: 9127
Re: Issue in CAD to PDF Conversion
Hi Andrei,
Please find the attachment
Please find the attachment
- 22 Nov 2019, 10:03
- Forum: CAD .NET
- Topic: Issue in CAD to DXF Conversion
- Replies: 3
- Views: 5206
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
Please find the below code used for conversion
CADtoDXF ConvertDxf = new CADtoDXF(cadimage);
ConvertDxf.SaveToFile(fName);
Thanks & Regards,
Vishnu
- 22 Nov 2019, 10:00
- Forum: CAD .NET
- Topic: Issue in CAD to PDF Conversion
- Replies: 9
- Views: 9127
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...
- 21 Nov 2019, 16:06
- Forum: CAD .NET
- Topic: Issue in CAD to PDF Conversion
- Replies: 9
- Views: 9127
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.
Can anyone help me on this.
PFA for Reference.
Thanks & Regards,
Vishnu Vardhan Reddy Yalla.
- 21 Nov 2019, 16:02
- Forum: CAD .NET
- Topic: Issue in CAD to DXF Conversion
- Replies: 3
- Views: 5206
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.
Can anyone help me on this.
PFA for Reference.
Thanks & Regards,
Vishnu Vardhan Reddy Yalla.
- 18 Nov 2019, 07:03
- Forum: CAD .NET
- Topic: How to make the CadDimension Extentable
- Replies: 3
- Views: 4890
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.
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.
- 14 Nov 2019, 08:33
- Forum: CAD .NET
- Topic: How to make the CadDimension Extentable
- Replies: 3
- Views: 4890
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.
Can you suggest me a way to do that.
Regards,
Vishnu.
- 13 Nov 2019, 07:15
- Forum: CAD .NET
- Topic: How to make the CadDimension Extentable
- Replies: 3
- Views: 4890
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.
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.