[iText-questions] Immutable BaseFont

2014-02-19 Thread Christian Schneider
Hi, i've just regonized the that BaseFont is not immutable. I collected them in a theme class with some public static final ... member variables. Is there a way to make them immutable? Like: BaseFont textFont = new ImmutableBaseFont(BaseFont.create...) Best Regards, Christian

[iText-questions] Best Practice in designing different Chapters etc.

2014-02-27 Thread Christian Schneider
Hi, is there a common way of organizing the sourcecode if you have a lot of different chapters? Is it possible to do smth. like this: class Introduction extends Chapter { @Override public void ??proccesss??() { // now i add new Paragraps images and stuff here } } class

Re: [iText-questions] Best Practice in designing different Chapters etc.

2014-02-27 Thread Christian Schneider
I've put this Question also on SO: http://stackoverflow.com/questions/22077254/how-to-structure-a-project-to-generate-a-pdf-report-with-different-chapters-with Best Regards, Christian. 2014-02-27 16:11 GMT+01:00 Christian Schneider cschneiderpub...@gmail.com: Hi, is there a common way

[iText-questions] How to append the text Continuation of ... at the new page, when an element got moved by setKeepTogether(true)

2014-03-04 Thread Christian Schneider
Hi, when a paragah gets moved to a new page by setKeepTogether(true), I need to put Continuation of ... at the *top* of the new page. Link [0] shows a smal sample which I like to generate. The Example has a smal 3 liner as introduction, then a huge paragraph that gets moved by setKeppToether().