0

I got a bunch of Word templates (DOT files) and I need to provide a quick overview of their contents which has to be updated regulary. My only platforms available are Win32 and Win64.

Is there any way to batch convert several (many hundreds of) Word documents to a raster image format? Like a small command line utility which I can use in a small script?

I’d like to use PNG images and as I’m going to use optipng to optimize the images anyway the image format of the conversion doesn’t matter (as long as it’s not too exotic).

albert
  • 8,285
  • 3
  • 19
  • 32
dulange
  • 281
  • 3
  • 16

1 Answers1

0

Its hardly "small", but docx4j.NET can output to the various formats supported by FOP.

Before you go to the effort of installing it, you can test whether the results are good enough for your purposes online.

JasonPlutext
  • 15,352
  • 4
  • 44
  • 84