D]
>> [mailto:[EMAIL PROTECTED] On
>> Behalf Of jrocker
>> Sent: Friday, March 16, 2007 1:57 PM
>> To: itext-questions@lists.sourceforge.net
>> Subject: Re: [iText-questions] Footer issue
>>
>>
>> I understand, but how exactly can I find the
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of jrocker
> Sent: Friday, March 16, 2007 1:57 PM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Footer issue
>
>
> I understand, bu
I understand, but how exactly can I find these offsets?
Paulo Soares wrote:
>
>
> - Original Message -
> From: "jrocker" <[EMAIL PROTECTED]>
> To:
> Sent: Thursday, March 15, 2007 6:59 PM
> Subject: [iText-questions] Footer issue
>
>
>
- Original Message -
From: "jrocker" <[EMAIL PROTECTED]>
To:
Sent: Thursday, March 15, 2007 6:59 PM
Subject: [iText-questions] Footer issue
>
> Hi,
> The following code prints text on the bottom of the pdf. It works for 90%
> of
> the documents.
Tha
Hi,
The following code prints text on the bottom of the pdf. It works for 90% of
the documents.
But some docs fai(docs with pagesize.top=1224)l. Any help would be great
PdfReader reader = new PdfReader(data);
PdfStamper stamp = new PdfStamper(reader, new
FileOutputStream(outputFileName))