Issue in CAD to PDF Conversion
Moderators: SDS, support, admin
-
- Posts: 10
- Joined: 17 Oct 2019, 11:52
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.
- Attachments
-
- Reference
- CADtoPDF_Sample.jpg (72.73 KiB) Viewed 8946 times
Re: Issue in CAD to PDF Conversion
Hi
Could you please share your original CAD file and specify the method you're using to convert it to PDF?
Andrei
Could you please share your original CAD file and specify the method you're using to convert it to PDF?
Andrei
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
-
- Posts: 10
- Joined: 17 Oct 2019, 11:52
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;
ConvertPdf.Settings.XScale = 30;
ConvertPdf.SaveToFile(fName);
Thanks & Regards,
Vishnu.
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;
ConvertPdf.Settings.XScale = 30;
ConvertPdf.SaveToFile(fName);
Thanks & Regards,
Vishnu.
Re: Issue in CAD to PDF Conversion
Thank you very much
Could your also please provide us the original CAD file for testing? You can send it support@cadsofttools.com as an attachment
Andrei
Could your also please provide us the original CAD file for testing? You can send it support@cadsofttools.com as an attachment
Andrei
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
-
- Posts: 10
- Joined: 17 Oct 2019, 11:52
Re: Issue in CAD to PDF Conversion
Hi Andrei,
Please find the attachment
Please find the attachment
- Attachments
-
- dxf.rar
- (166.51 KiB) Downloaded 753 times
-
- Posts: 10
- Joined: 17 Oct 2019, 11:52
Re: Issue in CAD to PDF Conversion
Hi Andrei,
Please find the attachment
Please find the attachment
Re: Issue in CAD to PDF Conversion
Hello,
We have tested the code you posted with CAD .NET 14.1.0.40930 and your DXF files, but couldn't reproduce the issue. Could you please specify your CAD .NET version?
Mikhail
We have tested the code you posted with CAD .NET 14.1.0.40930 and your DXF files, but couldn't reproduce the issue. Could you please specify your CAD .NET version?
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
-
- Posts: 10
- Joined: 17 Oct 2019, 11:52
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
- Attachments
-
- testpdf.jpg (65.29 KiB) Viewed 8877 times
Re: Issue in CAD to PDF Conversion
Please post the code which you use to add other entities on the left side, we will check it.yallavishnuvardhanreddy wrote: ↑28 Nov 2019, 07:52Hi
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
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
-
- Posts: 2
- Joined: 08 Mar 2023, 12:08
Re: Issue in CAD to PDF Conversion
If you're already working in AutoCAD and need to create a PDF, you can export the file:
Go to Output > Plot.
Choose a PDF preset.
Click OK.
Name and save your file.
Regards,
Rachel Gomez
Go to Output > Plot.
Choose a PDF preset.
Click OK.
Name and save your file.
Regards,
Rachel Gomez