How to display various types of doc fiels?

Hello everyone!

I am working on a career website for my company. Candidate should be able to apply for jobs and other things. The logic we have is that every single candidate when aplylies connects to the specific Projects DB (by reference field) and the “candidates” DB.

The issue I am thinking is how to let the recruitment team to preview candidates?
Two ways i consider are:

  • when candidates apply, recruitment team can access his/her CV in a preview mode (on a “Projects” Dynamic Page). But how to display document such as .doc, .pdf etc. It’s super easy to make it work with .pdf’s, but what with other types?
  • the second idea is to transform candidates CV’s into pdf’s, and then let the recruiters to preview.

What do you think guys? Maybe do you have a better idea