Convert images to DOC\RTF

My CV is written in LaTeX using moderncv, and I have a script that converts it to PDF whenever I need to send an updated copy.

However, some employers require Microsoft Word (or RTF) CV. I have converted the PDF into images, and manually pasted them into a DOC file.

Is there a way to convert a series of pictures into a .doc file, each in a separate page?

1 Answer

There is a better solution: convert your latex document to rtf using pandoc.

A correct conversion is not sure, because it only understand a subset of latex.

It is available in the official Ubuntu repos.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like