Difference between
version 12
and
version 11:
At line 25 added 2 lines. |
UserInputSource needs to extend interface FOPSource which should be in src/service/**/fop/FOPSource.java (source attached at the end of this tutorial). |
|
At line 37 changed 1 line. |
public class UserInputSource extends InputSource { |
public class UserInputSource extends InputSource implements FOPSource { |
At line 78 added 1 line. |
|
At line 82 changed 1 line. |
This class depends on two helper classes, AbstractObjectReader and EasyGenerationContentHandlerProxy that need to be added to src/service/**/util. These files are downloadable at the end of this tutorial. |
This class depends on two helper classes, AbstractObjectReader and EasyGenerationContentHandlerProxy that need to be added to src/service/**/fop. These files are downloadable at the end of this tutorial. |
At line 667 added 1 line. |
|
Back to POJOToPDF,
or to the Page History.
|