msinatl wrote:
> I can confirm. '0' works too.
Thanks for the feedback!
Maybe the example in the book should be adapted.
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info
--
_
I can confirm. '0' works too.
Bruno Lowagie (iText) wrote:
>
> John Renfrew wrote:
>> Found the following on geekcredential dot wordpress dot com
>>
>> Groovy thinks '/0' is a GString so need to be explicit and force it to
>> character
>>
>> i.e. '/0'.toCharacter().charValue()
>
> And now
John Renfrew wrote:
> Found the following on geekcredential dot wordpress dot com
>
> Groovy thinks '/0' is a GString so need to be explicit and force it to
> character
>
> i.e. '/0'.toCharacter().charValue()
And now that I think about it,
I think using '0' would also work.
Can somebody test/
1675 475342
Mobile +44 7767 443992
-Original Message-
From: Bruno Lowagie [mailto:br...@lowagie.com]
Sent: 02 May 2010 07:07
To: r...@btclick.com; Post all your questions about iText here
Subject: Re: [iText-questions] Examples in new book
John Renfrew wrote:
> I am slowly working thro
John Renfrew wrote:
> I am slowly working through the examples in the new book in my context
> which is Groovy from inside Filemaker – and it is a much clearer piece
> of writing.. Thank you.
Thanks, I decided to rewrite the second edition from scratch,
based on my experience teaching iText. The
I am slowly working through the examples in the new book in my context which
is Groovy from inside Filemaker - and it is a much clearer piece of
writing.. Thank you.
In chapter 8 I am coming unstuck at 8.29
If I use stamper = new PdfStamper(reader, new fileOutputStream(dest)); it
works but obv