Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » iText »

[iText-questions] Specifying file attachment last modification date

Karnok Dávid (T)

2007-06-19

Replies:

Hi,

I’m using iText 2.0.4 PdfWriter with default settings to attach a file to the generated pdf:

            PdfAnnotation formatXSD = PdfAnnotation.createFileAttachment(

                        writer,

                        new Rectangle(doc.right()-cm(1), doc.top()-cm(1), doc.right()-cm(1)-10, doc.top()-cm(1) -10),

                        "XML Schema definition",

                        null, "doc/format.xsd", "format.xsd");

            formatXSD.put(PdfName.MODDATE, new PdfDate(new GregorianCalendar()));

            formatXSD.put(PdfName.NAME, new PdfString("Paperclip"));

However when I open the resulting PDF in Adobe Reader 7, the file attachment’s last modification date is undefined. How can I specify this parameter?

(Sorry if this is a duplicate question)

--------------------------------

Karnok Dávid

PhD Student

 

Engineering Management and Intelligence laboratory, Computer and Automation Research Institute, Hungarian Academy of Sciences

http://www.sztaki.hu

http://www.emi.sztaki.hu

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/
©2008 junlu.com - Jax Systems, LLC, U.S.A.