|
PDFDoc Scout library - Sample
How to convert XML into
PDF using XSLT template transformation
You can download the source code of this example
(VBScript) here: This example describes how to transform XML into PDF document using XSLT (.xsl) template using PDFDoc Scout library Source XML data (simpsons.xml): <?xml version="1.0" encoding="UTF-8"?> XSLT template (simpsons.xsl): <?xml version="1.0" ?> <xsl:template match="FamilyMember"> Produced PDF document (XML2HTML.pdf generated from source Simpsons.xml XML data)
Code to transform XML and convert into PDF using PDFDoc Scout lib:
You can download the source code of this example (VBScript)
here:
"Hello, World!" quick start step-by-step tutorials: |
|
|
Copyright © ByteScout, 2003-2010. Privacy Statement
Microsoft®, Windows®, Windows 2000®, Windows Server®, Windows Vista®, Internet Explorer®, .NET Framework®, ActiveX®, Visual Basic®, Visual C#®, ASP®, ASP.NET®, Excel®, PowerPoint®, are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Adobe®, Flash® and Acrobat® are registered trademarks of Adobe Systems, Incorporated. Mozilla®, Firefox® and the Mozilla and Firefox Logos are registered trademarks of the Mozilla Foundation. Other product names or brandnames used herein are for identification purposes only and might be trademarks or registered trademarks of their respective companies. We disclaim any and all rights to those marks. |
|