473,804 Members | 3,113 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WordML XML to PDF

Hi,

is there any solution available for transforming WordML XML files to PDF on
server requests.
Here is basically what I'm looking for:
We have like 15 different types of contracts that have to be filled
dynamically with data (names, addresse, etc.). These contracts are up to 30
pages long. Right now they are all in .doc format and we have to fill in the
data by hand.

However, we want an solution that gives us the possibility that a user can
enter his data online and the contract is generated dynamically.

I know that there would be the solution to use XML-FO and FOP the achieve
what we want. But it's pain in the ass to write XSLT's for all the
contracts. So, is there an easier solution to transform WordML XML's into
PDF?
btw the reason why i want to use WordML XML's is that i can easily fetch the
contract from a database, query what has to be changed, fill in data and
transform into a PDF

regards,

Tom Frey
Jul 20 '05 #1
2 7604
WordML is not even released yet, so it seems strange to choose it for
your solution. Disregarding XML for a moment, if you stored your contracts
in RTF, it would be easy to insert placeholders for dynamic information
in the documents and programmaticall y replace them with real data,
using Perl for example. You could use Words mucky HTML markup instead of
RTF, but you couldn't use XSLT to process it, as it is not well-formed.

Alternatively, you could write a VB application or VBA macro to do a
similar job.

Using an XML-based approach is probably the most complex and expensive
at the moment.If you want it, you could do a simple clean-up
of the Word-HTML output to make it well-formed, as Word will import
well-formed XML with all the style information and metadata intact
(cf. http://www.xmlw.ie/aboutxml/xml2word/index.htm).

Then your process would look like this:
1. Store template document in XML, with placeholders inserted
2. Gather data from database (or web form)
3. Insert data into template using XSLT
4. Use DocServer to convert document to HTML using Word
(cf. DocServer at http://www.fi.muni.cz/~adelton/perl/)
5. Use HTML2FO/FOP to convert HTML document to PDF
(cf. http://sourceforge.net/projects/html2fo/)

"Tom Frey" <to*@greentreet rading.com> wrote in message news:<bg******* ******@news.t-online.com>...
is there any solution available for transforming WordML XML files to PDF on
server requests.
Here is basically what I'm looking for:
We have like 15 different types of contracts that have to be filled
dynamically with data (names, addresse, etc.). These contracts are up to 30
pages long. Right now they are all in .doc format and we have to fill in the
data by hand.

However, we want an solution that gives us the possibility that a user can
enter his data online and the contract is generated dynamically.

I know that there would be the solution to use XML-FO and FOP the achieve
what we want. But it's pain in the ass to write XSLT's for all the
contracts. So, is there an easier solution to transform WordML XML's into
PDF?
btw the reason why i want to use WordML XML's is that i can easily fetch the
contract from a database, query what has to be changed, fill in data and
transform into a PDF

Jul 20 '05 #2
Max Rabinovich
1 New Member
I'm using Altsoft Xml2PDF. It allows to convert WordML into PDF and bitmap formats (JPEG, GIFF etc.) directly, without any intermidiate XSL-FO.

They have Workstation, Hotfolder and API editions.

You can visit their download page:

http://alt-soft.com/products_xml2pd f_download.jsp

and choose the best solution for you
Jul 21 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
7423
by: Clifford W. Racz | last post by:
Has anyone solved the issue of translating lists in Word 2003 (WordML) into xHTML? I have been trying to get the nested table code for my XSLT to work for a while now, with no way to get the collection that I need. To begin, I am using xsltproc that conmes with Cygwin as my processor. I have no particular affinity to this processor except that it is open source and standards compliant. I don't like M$, but if using a M$ processing...
0
1107
by: Logician | last post by:
Can anyone point me in the right direction for XML creation from WordML, after using a JPEG/OCR? Problem ======= 1. The WordML has font tags, and I need just data tags for reading by ..NET Solution
0
1299
by: Altsoft Xml2PDF | last post by:
Xml2PDF formatting engine version 2.3 May 25, 2004 Altsoft N.V. Altsoft N.V. is proud to announce the release of version 2.3 of its Xml2PDF formatting engine. The update includes: - WordML as a new input format;
3
4047
by: utterberg | last post by:
If I have an xml that looks something like this: <section> <item> <label>label one</label> <data>123</label> </item> <item> <label>label two</label> <data>456</label>
0
992
by: jayrm100 | last post by:
Hi, When there is mouse movement over a tag <Doc> in WordML, a tool tip like "Start of Doc" is displayed. I need to know if its possible to overwrite this tool tip, that is "Welcome to WordML" should be displayed when there is a mouse movement over <Doc>. Thanks.
0
1165
by: Matthias Langbein | last post by:
Hi all, in ref. to the MSDN-Article "New XML Features of the Microsoft Office Word 2003 Object Model" (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_wd2003_ta/html/odc_Wdnew2k3XMLOM.asp) I've got a few questions: 1.) They say, the first step to work with XML in a word document is to add the XML-Schema to the Application-Object. As I want to work with the WordML (Word Object Model), I suppose I need to load this
0
972
by: Salomi | last post by:
Hi All, I need to generate different types of forms and present that to users to fill out. After they fill out I need to have the content in Word. I am coding this in ASP.NET. These are my doubts. 1) Can I present a WordML form as Webpage(aspx, ie Dynamic web pages) 2) Is there any mechanism in the browser so that this WordML display properly and users should be able to input data. 3) Can I extract each and every data that users entered...
0
1460
by: JD | last post by:
Hello: I am trying to put together a solution that would programmatically insert XML data into a WordML document. I am trying to do this through a web page when a user clicks on a link. For example, in a web page, a user clicks on a link or button, the XML data from an external file is inserted into a WordML document, and then is offered for download to the user. The reason why I am using WordML is because we have 20-30 word documents...
1
3160
by: Pedro Rosas Silva | last post by:
Hi everyone, Is anybody aware of a way how to insert an image in a WordML document programmatically, through C#? I have a C# application that loads into memory a WordML document (XmlDocument). The document is tagged in certain places so that the C# application can search for those tags (using the System.Xml namepace) and fill
0
9579
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10332
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10077
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9152
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7620
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5522
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3820
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2991
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.