XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
+ Stylus Studio Technical Forum (14621)
+ Website Feedback (249)
+ XSLT Help and Discussion (7625)
+ XQuery Help and Discussion (2017)
- Stylus Studio FAQs (159)
-> + Windows Installer (Not Respond... (2)
-> - system property org.xml.sax.dr... (1)
-> - Demonstration of CSV to Fixed-... (1)
-> - The Java Virtual Machine is re... (1)
-> - JDBC Users Guide (1)
-> - Connect for SQL/XML Questions (1)
-> - struzzo.exe has 10-25% cpu usa... (1)
-> - 'crossgrade' with SSL? (1)
-> + what happens with xmlspy licen... (3)
-> + crossgrade cheaper then update... (2)
-> + New to XML (2)
-> - Version 6 - price increase (1)
-> + XSD documentation (2)
-> + New Tutorial: How to Configure... (2)
-> + In dtd, Group comes first (2)
-> + converting DTD to Schema (3)
-> - New FAQ for Stylus Studio Home... (1)
-> + Project - Add New Document - a... (6)
-> + XSLT - Mapper view - And Or (2)
-> + Use XSD to produce sample XML... (2)
-> + Port to MAC OS X (2)
-> + First-time running froze! :( (2)
-> + how to register stylus studio ... (5)
-> + Wrapped Lines (3)
-> + CSV to XML Conversion (2)
-> + Xquery ques. How to check for ... (2)
-> + XQUERY default views (3)
-> + DB to XML Data Conversion issu... (2)
-> - Rendering XForms with XSLT-sty... (1)
-> + Multiple XSDs to XML (2)
-> + Tables in WISIWYG (2)
-> + Does Stylus Studio provide API... (2)
-> + xlink (2)
-> + Tags in WYSIWYG (2)
-> + Removing spaces from XSLT Sour... (2)
-> + SS capabilities (3)
-> + Stylus Studio 3.1 in Windows X... (2)
-> + Macros and API (2)
-> + Stylus Studio FO support (2)
-> + XPath parser hangs stylus stud... (3)
-> + Stylus studio api (4)
-> + xsl files (2)
-> + SS4: user interface question (6)
-> + SS4: primitive advertising in ... (6)
-> + SenseX - howto insert default ... (2)
-> + search utility on Stylus Studi... (2)
-> + Javascript De-bugging (10)
-> + 'Promo' version of Beta 4.0 (4)
-> - 4.0 Beta now available! (1)
-> + XSL-FO editing (6)
-> + Re: Promo Version (9)
-> - xml->pdf (7)
-> ->Re: xml->pdf
-> ->Re: xml->pdf
-> ->Re: xml->pdf
-> ->Re: xml->pdf
-> ->Re: xml->pdf
-> ->Re: xml->pdf
-> + Functions handle in loops (2)
-> + DTD-Schema Conversion (4)
-> + Word Wrap? (2)
-> + Javascript extensions (2)
-> + DTD / Schema conversion (2)
-> + Stylus Studio FAQ's (2)
-> - With Cocoon's XSP tag (1)
-> - FAQ: How do I start a styleshe... (1)
-- [1-20] [21-40] [41-60] Next
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
Andreas EichenbergerSubject: xml->pdf
Author: Andreas Eichenberger
Date: 12 Nov 2001 04:53 AM
I would like to convert xml into pdf. is there a way to do that with stylus?

Postnext
Minollo I.Subject: Re: xml->pdf
Author: Minollo I.
Date: 12 Nov 2001 10:00 AM
Yes, in version 3.1 you can use FOP post-processing to do that; I assume
you are using XSLT to generate FO XML; you can then edit the scenario
settings for your XSLT document and ask to have FOP post-process your FO
document. That will generated a PDF document displayed in the preview window.

Minollo

Postnext
Daniel CookSubject: Re: xml->pdf
Author: Daniel Cook
Date: 28 Nov 2001 10:17 AM
Can Stylus Studio batch process XML and save the output as PDF, or can you save the XSLT so that when IE opens the XML file it opens it as PDF?

Postnext
Minollo I.Subject: Re: xml->pdf
Author: Minollo I.
Date: 28 Nov 2001 10:28 AM
At 10:25 AM 11/28/2001 -0500, you wrote:
>From: "Daniel Cook"
>
>Can Stylus Studio batch process XML and save the output as PDF

This involves XSLT processing and FOP post-processing.
You can do that using the Stylus Studio stylesxlst.exe command line
included in the most recent 3.1 BL69x package, available on
http://www.stylusstudio.com/update

>or can you save the XSLT so that when IE opens the XML file it opens it as
>PDF?

IE can handle XSLT processing of an XML file if the XML file contains the
proper directive (Stylus Studio doesn't automatically include that
directive when saving a document), but I don't think it provides any way to
do FOP post-processing, which is the one that generates a PDF result.

Minollo

Postnext
Daniel CookSubject: Re: xml->pdf
Author: Daniel Cook
Date: 29 Nov 2001 10:00 AM
What are the command line switches to tell Stylusxslt.exe to perform post-processing? Is there any documentation on the usage of Stylusxslt.exe?

Postnext
Minollo I.Subject: Re: xml->pdf
Author: Minollo I.
Date: 29 Nov 2001 10:09 AM

>What are the command line switches to tell Stylusxslt.exe to perform
>post-processing?

>StylusXslt
usage: StylusXslt [-fop] [-print] source stylesheet [result] [param=value]...
-fop: post-process the file generated by the XSLT processor using
Apache FOP
-print: print the generated output file

Please not that this enhanced version of StylusXslt has been introduced
only in BL69a and later builds.

>Is there any documentation on the usage of Stylusxslt.exe?

The only one is the one mentioned above.
A couple of simple examples are:
>stylusxslt -fop Y:\test.xml Y:\fo.xsl y:\result.pdf
....which generates a y:\result.pdf file
>stylusxslt -fop -print Y:\test.xml Y:\fo.xsl y:\result.pdf
....which generates a y:\result.pdf file and prints it to your default printer

Minollo

Posttop
Daniel CookSubject: Re: xml->pdf
Author: Daniel Cook
Date: 29 Nov 2001 04:05 PM
Thank you for all the help. I have used other XML editors in the past, like XML Spy 4.0, but I am really impressed with your product and your support. Thanks again.

   
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.