Fixed missing argument for ExportDrawingToPDF
This commit is contained in:
@@ -294,7 +294,9 @@ namespace ExportDXF.Forms
|
|||||||
|
|
||||||
Print($"Found {items.Count} component(s)");
|
Print($"Found {items.Count} component(s)");
|
||||||
|
|
||||||
ExportDrawingToPDF(drawing);
|
var savePath = GetPdfSavePath(drawing);
|
||||||
|
|
||||||
|
ExportDrawingToPDF(drawing, savePath);
|
||||||
ExportToDXF(items);
|
ExportToDXF(items);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user