Exporting OpenGL Text as an OBJ File

Is there any way to export 3D extruded text displayed in OpenGL to an OBJ file, or some other 3D file format?

one way is to use openGLs feedback mode and capture the output of your text rendering. done that and it works quite well.