Print .doc files inline with PDF

Here should go questions about transforming XML with XSLT and FOP.
colin
Posts: 1
Joined: Mon Oct 08, 2007 9:42 pm

Print .doc files inline with PDF

Post by colin »

is there any way to print the contents of a Word .doc file in a PDF using FOP?

for one particular report we are printing information about attachments. they asked if we could print the attachments with the reports.

any info would be great.
thanks
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

You can open the .doc file in a recent version of MS Word, save it in the WordML format and use the stylesheets from [oXygen-install-folder]/frameworks/docbook/xsl/wordml to convert it to DocBook. After that apply the predefined transformation scenario Docbook PDF to it to generate a PDF output.


Regards,
Sorin
Post Reply