Hypercoder wrote: | |
Outstanding! So generating word content on the sever realiably is finally going to be a reality, that covers half of my problem. Now regarding PDF conversion, I examined that blog and noted the MS ~ Adobe dispute, so now i'm confused...Is Office 2007 going to support PDF export? If so would it require the automation of the Word GUI on the server (I pray not!!!) or will there be a more simple way? In your post you mention "using a transform" how does that work exactly?
|
|
To use the "Save as PDF", you'd have to automate Word, yes.
But there's nothing to stop you from transforming the Word XML to PDF's XML. I believe there are already third-party tools available for this (for the Word 2003 XML, in any case). And there's nothing to stop you from designing your own transform. Here's a third-party tool I saw advertised in a newsgroup, a few months ago, just as an example
"Altsoft Xml2PDF is a .NET based formatting engine for converting various XML-based formats to PDF. It supports XSL-FO, SVG, XHTML, WordML and XML+XSLT as an input and generates PDF as an output."
-- Cindy Meister (Word MVP) |