Re: [iText-questions] Does iText support PJTF

2004-10-06 Thread Paulo Soares
D]> Sent: Wednesday, October 06, 2004 19:28 Subject: RE: [iText-questions] Does iText support PJTF Thank you for the pointer. I was confused that a call to getExtraCatalog() before I populated it with setExtraCatalog() returned the null object. Now I am encountering a different visibility issu

RE: [iText-questions] Does iText support PJTF

2004-10-06 Thread Aaron Yu
support PJTF PdfWriter.getExtraCatalog() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Aaron Yu > Sent: Tuesday, October 05, 2004 8:28 PM > To: [EMAIL PROTECTED] > Subject: RE: [iText-questions] Does iText support PJTF &

RE: [iText-questions] Does iText support PJTF

2004-10-06 Thread Paulo Soares
PdfWriter.getExtraCatalog() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Aaron Yu > Sent: Tuesday, October 05, 2004 8:28 PM > To: [EMAIL PROTECTED] > Subject: RE: [iText-questions] Does iText support PJTF > > Is t

RE: [iText-questions] Does iText support PJTF

2004-10-06 Thread Aaron Yu
res [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 12:09 PM To: [EMAIL PROTECTED]; Aaron Yu Subject: Re: [iText-questions] Does iText support PJTF If you know the semantics of PJTF you can create the objects and include them with iText. PJTF is just an extra key in the PDF cat

RE: [iText-questions] Does iText support PJTF

2004-09-29 Thread Aaron Yu
append to my document correctly? Thank you, -Aaron -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 12:09 PM To: [EMAIL PROTECTED]; Aaron Yu Subject: Re: [iText-questions] Does iText support PJTF If you know the semantics of PJTF you

Re: [iText-questions] Does iText support PJTF

2004-09-29 Thread Leonard Rosenthol
At 01:57 PM 9/29/2004, Aaron wrote: I am wondering if the iText library supports Portable Job Ticket Format (PJTF). It doesn't - but that's OK because PJTF has been deprecated in favor of JDF. (but iText doesn't do JDF either, at this time). If I create a document with iText I would lik

Re: [iText-questions] Does iText support PJTF

2004-09-29 Thread Paulo Soares
ptember 29, 2004 18:57 Subject: [iText-questions] Does iText support PJTF > Hello, > > I am wondering if the iText library supports Portable Job Ticket Format > (PJTF). If I create a document with iText I would like to specify a quantity > flag that is supported in PJTF so when it is se

[iText-questions] Does iText support PJTF

2004-09-29 Thread Aaron
Hello, I am wondering if the iText library supports Portable Job Ticket Format (PJTF). If I create a document with iText I would like to specify a quantity flag that is supported in PJTF so when it is sent to the Press it will print out N times. Any help/information is much appreciated. Th