How to Create a DWF File in IJCAD

Asked 1 years ago, Updated 1 years ago, 79 views

Using the .net API, IJCAD automatically tries to output the active drawing to a DWF file.
I am creating a DWF file by calling EXPORT in SendCommand, but it is also printed vertically in horizontal drawings.It doesn't seem to be reflected even if I change the settings in PAGESETUP.
I thought about replacing EXPORTDWF, but the file selection screen appears.
Could you tell me how to create the DWF file according to the drawing?
Thank you for your cooperation.

.net ijcad

2022-09-30 19:50

1 Answers

I'm using IJCAD 2019.It certainly does not reflect PageSetup changes in Export, but it does reflect in ExportDWF.If you want to create a DWF file according to the drawing, I think ExportDWF is better.
If you could show me the code you wrote in the .NET API, I might be able to give you more advice.


2022-09-30 19:50

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.