Video Tutorials
The following video tutorials explain how to combine XML with a template in XF Rendering Server to produce PDF output.
|
1. Using LocalDocumentTemplate 
LocalDocumentTemplate is a class provided by the API that will shield you of the complexity of running XSL transformations and that works with both .xsl and .xfd (XF Designer) files. |
2. Using ServerDocumentTemplate 
ServerDocumentTemplate is a class provided by the API that works with templates installed on the server side.
(recommended)
|
3. Convert Database to PDF 
Use Data Architect and DAS to export an XML file from a database and apply an XF Designer template to generate a PDF output using XF Rendering Server. |