/* * Copyright 2001-2015 Aspose Pty Ltd. All Rights Reserved. * * This file is part of Aspose.Pdf. The source code in this file * is only intended as a supplement to the documentation, and is provided * "as is", without warranty of any kind, either expressed or implied. */ package com.aspose.pdf.examples.AsposePdfGenerator.Conversion; import com.aspose.pdf.examples.Utils; public class XSLFOToPDF { public static void main(String[] args) throws Exception { // The path to the documents directory..... String dataDir = Utils.getDataDir(XSLFOToPDF.class); System.out.println("XSL-FO to PDF conversion example will be available very soon."); } }