RE: [iText-questions] Hyperlinks in PDF not working even when usi ng PdfStamper

2003-11-03 Thread Paulo Soares
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

[iText-questions] Hyperlinks in PDF not working even when using PdfStamper

2003-11-02 Thread Venkat Venkatesh
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

Re: [iText-questions] Hyperlinks in PDF not working

2003-11-01 Thread Leonard Rosenthol
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

Re: [iText-questions] Hyperlinks in PDF not working

2003-11-01 Thread Venkat Venkatesh
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:

Re: [iText-questions] Hyperlinks in PDF not working

2003-10-26 Thread Paulo Soares
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.

[iText-questions] Hyperlinks in PDF not working

2003-10-26 Thread Venkat Venkatesh
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