I have a task to use Wine on Linux distributive for work with MS Office files doc[x] / xls[x] / ppt[x] and pdf via virtual printer. Output formats I need are png or jpg. This is for converter of documents and presentations.
I can convert a ps file which is output of MS Office 2010 print into file dialog. I can also user pdf2ps utility. So I need first stage - how to print Office's documents into file via command line with Wine? After this I'll be able to convert ps to image formats, or pdf2ps and to images also.
Please, help to find a solution.