PROTECTED]
> Subject: [iText-questions] Hyperlinks in PDF not working even when
> using PdfStamper
>
> Thanks Leonard. The format in the code is only one of the things I've
> tried. The PDF reference defines the date format as
> D:MMDDHHmmSSOHH'mm'. For
Thanks Leonard. The format in the code is only one of the things I've tried. The PDF reference defines the date format as D:MMDDHHmmSSOHH'mm'. For example,
D:200311011952−08'00'.
I have tried using the PdfDate class which uses the Gregorian calendar, ie.,
meta.put(new String("CreationDate
At 2:58 PM -0800 10/31/03, Venkat Venkatesh wrote:
meta.put(new String("CreationDate"),"2003-10-27T13:21:40-05:00");
meta.put(new String("CreateDate"),"2003-10-27T13:21:40-05:00");
Neither of those are valid date strings for PDF. Consult the
PDF reference for the correct format for a date st
need URGENT HELP for a deadline.
Thanks.
- DeivaPaulo Soares <[EMAIL PROTECTED]> wrote:
Use PdfStamper.Best Regards,Paulo Soares- Original Message - From: "Venkat Venkatesh" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Sunday, October 26, 2003 1:09Subject:
Use PdfStamper.
Best Regards,
Paulo Soares
- Original Message -
From: "Venkat Venkatesh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 26, 2003 1:09
Subject: [iText-questions] Hyperlinks in PDF not working
> Hi . Have a quick question.
Hi . Have a quick question. I am generating PDF from XML using XSL:FO (using Apache FOP 0.20.5) and doing a post-processing using iText to set the "Creation Date" on the PDF which FOP cannot set with the above version. I also have hyperlinks in the PDF which after post-processing by iText appe