I have code which can generate idf content using eppy.
Those content can be exported as idf file using save method referring to their web site.
However, what I want to do is to manipulate further that text data in python.
Are there any method we can extract idf content as text data and store into some variable for further processing in python?