Package com.rackspace.cloud.api.docs.builders

Examples of com.rackspace.cloud.api.docs.builders.PDFBuilder.preProcess()


          pdfBuilder.setSourceFilePath(new File(getSourceDirectory(), inputFilename));
        }
         
          pdfBuilder.setProjectBuildDirectory(baseDir);
          //setup fonts and images
          pdfBuilder.preProcess();
          //process input docbook to create FO file

          File foFile = pdfBuilder.processSources(map);
          //transform FO file to PDF
          File pdfFile = pdfBuilder.postProcessResult(foFile);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.