The website will have the updated information for the changed api.
Give it a couple of days and hopefully it will be updated.
but basically yopu need:
Driver driver = new Driver();
driver.setRenderer(Driver.RENDER_PDF);
InputHandler inputHandler = new XSLTInputHandler(xmlFile, xslFile);
in generating from fo to pdf
hi ,
I am very new to this area,
i want to generate pdf from xml
i have generated fo from xml and xsl,
but in next step , while generating pdf from fo it is giving problem
this is my code
File xmlFile = new File("c:\\fop\\eg\\abc.xml");
File xslFile = n