Aspose Cad Java getEntities not getting all entities in the drawing

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 returning all the entities in the dxf file. Example, object of type Line is not fetching.
image.png (4.3 KB)
Can you please help here.

@brahmajipusuluri,
Hello.
There are only 100 entities returned from Entities collection without any license applied. Did you apply temporarily evaluation license?

@oleksii.gorokhovatskyi Thank you. I acquired the temporary license. Now I am able to fetch all entities.

1 Like

@brahmajipusuluri,
thank you, we are happy to help :slight_smile: