[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Generating PDF forms with XSLT?

Subject: Re: Generating PDF forms with XSLT?
From: Dennis <maillistboxes@xxxxxxxxx>
Date: Tue, 3 Jun 2003 06:14:41 -0700 (PDT)
xslt generate pdf
There is no way to directly generate the PDF forms.
You need to do lot of exercise. You XML should go to a
standard format to be transformed to an XSL.
PDF can be seen as a tree (Read the PDf specs.). When
a PDF is a tree structure, it can be generated using
an XSLT. 
The direct PDF generation might not be possible.
Reason is that there are so many things that you need
to write in the PDF and it's really difficult to
calculate and generate them on the fly.
The easiest way is to generate an intermediate XML,
that has a virtual representation of PDF. Say a
RECTANGLE tag will represent (x, y, height, width) a
rectangle of PDF, a LINE tag will represent (x,y) a
line etc. A standard XSL that will parse the
intermediate XML will do the following 2 things
- Write the common code required for the PDF.
- Write the code of PDF objects like Rectangle, line
etc.

Your XML + XSL --> Intermediate XML + Standard XSL -->
PDF




--- Erik Beijnoff <erik@xxxxxxxxxxxxxx> wrote:
> I've been searching the net but haven't found any
> answer to my question,
> propably beacuse it's a bit difficult to formulate
> at Google. :)
> 
> Are there any tools to generate PDF forms
> dynamically from an XML template?
> Afaik you can only generate PDF text layout with
> XSLT and XSL-FO, no forms
> generation.
> 
> Alternatives? Prefferably in Java, but anything will
> do.
> 
> /Erik Beijnoff
> 
> erik@xxxxxxxxxxxx
> erik@xxxxxxxxxxxxxx
> 
> 
> 
>  XSL-List info and archive: 
> http://www.mulberrytech.com/xsl/xsl-list
> 


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.