Paraview 5.11.0-RC1 Python Script

Hello. I’m writing my own script to convert .vtk files to .gltf, but while converting I get a lot of .bin files. How Can I avoid this?

ExportView(“result.gltf”,view = renderView,Compressoutputfile=1)
Compressoutputfile doesn’t work for me. I’m getting this error
“AttributeError: Attribute Compressoutputfile does not exist. This class does not allow addition of new attributes to avoid mistakes due to typos. Use add_attribute() if you really want to) if you really want to add this attribute.”

Nashel