2

Can you recommend an open source library (C or C++) to convert MS Office files into a set of images?

I am evaluating ImageMagick and while it does support PDF files, it does not work with MS Office files.

efotinis
  • 14,565
  • 6
  • 31
  • 36
user38307
  • 21
  • 1
  • 2

2 Answers2

1

This library is quite popular and used by abiword (gnome) and kword (kde): wvWare

Johannes Schaub - litb
  • 496,577
  • 130
  • 894
  • 1,212
0

Hm I've seen that OpenOffice does a good job on "translating" Word to whatever, so how about installing OpenOffice and maybe using it's UNO model from C++ to solve that problem?

Friedrich
  • 5,916
  • 25
  • 45