File-Type Converters
Most
file types (for documents, images, spreadsheets, databases files, & so on) can be converted between file types using Java class methods. Some more intricate formats like Adobe's "PDF" format usually are best translated to pure text, say, with a paid-for tool. The "txt" outputs from "pdf" may still be quite surprising though, and require further file parsing
using Java or another scripting program.