Search found 4 matches
- 16 Mar 2015, 04:56
- Forum: CAD .NET
- Topic: Large PDF export is blank
- Replies: 5
- Views: 26519
Re: Large PDF export is blank
Hi Mikhail,
As far as I have confirmed in FoxIt and PDF-XChange, it was displayed both!
However, customers cannot be used other than the Adobe Acrobat Reader.
Thank you for information.
Mita
As far as I have confirmed in FoxIt and PDF-XChange, it was displayed both!
However, customers cannot be used other than the Adobe Acrobat Reader.
Thank you for information.
Mita
- 13 Mar 2015, 06:07
- Forum: CAD .NET
- Topic: Large PDF export is blank
- Replies: 5
- Views: 26519
Re: Large PDF export is blank
Hi Mikhail Thank you for information. I was changed to 1.6 a large blank PDF from 1.4 using the iTextSharp. However, it was left blank page. This problem is, I avoided by reducing the page size. But, I hope that the PDF version settings and other PDF description, etc. will be able to set by CadImpor...
- 10 Mar 2015, 03:18
- Forum: CAD .NET
- Topic: How to save a file to HPGL2 format
- Replies: 2
- Views: 18762
How to save a file to HPGL2 format
Hello
I want to save a cad Image to "HP-GL/2" format.
When I load a gl2(HP-GL/2) file and save to named "something.gl2", then created file is HPGL format.
It is not HP-GL/2. It is lost line weight.
Please help me.
I have CAD Import.Net 9 Ent.
Regards,
Mita
I want to save a cad Image to "HP-GL/2" format.
When I load a gl2(HP-GL/2) file and save to named "something.gl2", then created file is HPGL format.
It is not HP-GL/2. It is lost line weight.
Please help me.
I have CAD Import.Net 9 Ent.
Regards,
Mita
- 03 Mar 2015, 13:02
- Forum: CAD .NET
- Topic: Large PDF export is blank
- Replies: 5
- Views: 26519
Large PDF export is blank
Hello, I have a trouble. I want to convert from HPGL2 to PDF. However, it fails if the CAD-image is large. (Returned a blank pdf) CADToPDF pdf = new CADToPDF(cadImage); pdf.Settings.PageWidth = cadImage.AbsWidth; pdf.Settings.PageHeight = cadImage.AbsHeight; pdf.Settings.IsShowLineWeight = true; pdf...