Summary
This section includes code samples for XF Ultrascale 2012:
Writing a Simple .NET Application
Writing a Simple Java Application
you can find the sources for all the samples illustrated here in your Samples folder, which is accessible from the XF Ultrascale Start Menu entry.
The typical path on Windows Vista and newer OS's is: C:\Users\Public\Documents\Ecrion\XF Ultrascale 2012\Samples
Samples include:
| • | XmlToPDFUsingLocalTemplates - the typical XML + XSL approach; |
| • | XmlToPDFUsingServerTemplates - the typical XML + XSL approach, with the optimization of having the stylesheet stored on the server side (see also Choosing Between Local and Server Templates); |
| • | DocXToPDF - converting Word 2007 input to PDF using XF Ultrascale (there is no need to have other products installed for this to work); |
| • | PrintOutput - outputting directly to a printer; |
| • | MergeSample - basic merging of multiple input files into a single output using a merge context (for complex merge operations, including overlays and on-the-fly table of contents, see the DAL job add-on and examples section) |
For a step-by-step visual guide on writing some of the above samples, see our online Video Tutorials for XF Ultrascale.