I am trying to fetch the entities from dxf file.
final DxfImage cadImage = (DxfImage)Image.load(inputDxfFilePath);
cadImage.getEntities().stream().forEach(e->{System.out.println(e.getId());});
getEntities not r…...Aspose Cad Java getEntities not getting all entities in the drawing...drawing Aspose.CAD Product Family brahmajipusuluri July 17, 2024...