This Java program converts a Word document to a multi-page TIFF file using Qoppa’s library jOfficeConvert.

import com.qoppa.pdf.TIFFOptions;
import com.qoppa.office.WordDocument;
public class WordToTIFF
{
public static void main (String [] args)
{
try
{
// Load the Word document
WordDocument wd = new WordDocument ("input.doc");
// Save the document as a multi-page TIFF file
wd.saveDocumentAsTIFF("output.tif", new TIFFOptions(150, TIFFOptions.TIFF_FAX_GROUP4));
}
catch (Throwable t)
{
t.printStackTrace();
}
}
}
'
'.$f->get_tpl_var('file_display_name',$e).'
'.$f->get_tpl_var('file_display_name',$e).' '.((($f->get_tpl_var('file_post_id',$e)) && get_the_ID() != ($f->get_tpl_var('file_post_id',$e)))?('» '.__(__('Post', 'wp-filebase')).''):('')).'
'.$f->get_tpl_var('file_name',$e).'
'.((($f->get_tpl_var('file_version',$e)))?(''.__(__('Version:', 'wp-filebase')).' '.$f->get_tpl_var('file_version',$e).'
'):('')).'
'.$f->get_tpl_var('file_size',$e).'
'.$f->get_tpl_var('file_hits',$e).' '.__(__('Downloads', 'wp-filebase')).'
'.__(__('Details', 'wp-filebase')).'
'