Add your files
Drop one TTF or two hundred. Batch conversion is not a paid feature here.
A design workflow or a foundry pipeline standardises on OTF with CFF outlines.
Quadratic TrueType curves are converted to cubic Bezier curves and stored in a CFF table. The glyph data usually gets slightly smaller, since cubic curves describe the same shapes with fewer points.
TrueType hinting does not carry across. Those instructions are written for the quadratic rasteriser and have no CFF equivalent, so a font that was carefully hinted for small sizes on Windows loses that tuning and renders slightly differently in low-resolution text.
Neither is better. They are two outline formats inside the same OpenType wrapper, with different curve mathematics and hinting models.
The glyph outlines usually do. Whether the whole file shrinks depends on what else the font carries.
Drop one TTF or two hundred. Batch conversion is not a paid feature here.
OpenType Font is lossless, so nothing is thrown away in the conversion.
Converted and deleted the moment it finishes. Never written to permanent storage.