Re: [iText-questions] link inside pdf missing

2004-10-06 Thread Paulo Soares
See the example stamped.java at itextpdf.sf.net. Best Regards, Paulo Soares - Original Message - From: "Rémi Guilbert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 06, 2004 13:40 Subject: Re: [iText-questions] link inside pdf missing Hi, I look into mailing list

Re: [iText-questions] how can i use Barcode128 with START_C and START_B?

2004-10-06 Thread Paulo Soares
You can use the mode CODE128_RAW and put whatever codes you want. Best Regards, Paulo Soares - Original Message - From: "Faber Ruiz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 06, 2004 15:39 Subject: [iText-questions] how can i use Barcode128 with START_C and ST

Re: [iText-questions] Does iText support PJTF

2004-10-06 Thread Paulo Soares
Use the version at itextpdf.sf.net. getExtraCatalog() is there and will always return a dictionary and setExtraCatalog() was eliminated. PdfDate was made public. Best Regards, Paulo Soares - Original Message - From: "Aaron Yu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday,

[iText-questions] Frank Zhou/ReserveFunds is out of the office.

2004-10-06 Thread Frank_Zhou
I will be out of the office starting 10/06/2004 and will not return until 10/07/2004. I will respond to your message when I return. --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your busin

RE: [iText-questions] Does iText support PJTF

2004-10-06 Thread Aaron Yu
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 issue where I am trying to create a PdfDate object outside of the com.lowagie.text.pdf package visibility

[iText-questions] how can i use Barcode128 with START_C and START_B?

2004-10-06 Thread Faber Ruiz
Hi, i have this code in BARCODE 128 INC+FNC1+91201707169201+INB0504595+INC932004 the code INC and FNC1 i understand them, but i don know how indicate in the Java code the part : INB = START_C INC= START_B this code produce (91)20170716(92)010504595(93)

Re: [iText-questions] link inside pdf missing

2004-10-06 Thread Rémi Guilbert
Hi, I look into mailing list to see example with PDfStamper but I don't see a example.  Could you give me some references or examples please Thank's !! Rémi - Original Message - From: Paulo Soares To: Rémi Guilbert ; [EMAIL PROTECTED] Sent: Wednesday, October 06,

[iText-questions] New release itext-paulo-139

2004-10-06 Thread Paulo Soares
Changes in itext-paulo-139 (2004-10-06) - added the current RTF changes in the CVS including RtfWriter2. Vector was changed to ArrayList to make it easier to work in jdk 1.1. - ICC profiles in TIFF files are checked for the correct colorspace. - added support for text fields of

RE: [iText-questions] Problem with PDFWriter.close

2004-10-06 Thread Paulo Soares
You should close the Document. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Daniel Prince > Sent: Wednesday, October 06, 2004 4:41 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Problem with PDFWriter.clos

[iText-questions] Problem with PDFWriter.close

2004-10-06 Thread Daniel Prince
I receive this error when I try to close the docWriter: [10/6/04 10:07:06:447 CDT] 6e6b6e6b SystemErr R java.lang.RuntimeException: The page 5358 was requested but the document has only 5357 pages. [10/6/04 10:07:06:458 CDT] 6e6b6e6b SystemErr R at java.lang.Throwable.(Throwable.java) [

RE: [iText-questions] NullPointerException in PdfReader

2004-10-06 Thread JEckert
You're right. I think I've nailed it down. After recompiling PdfName, I see that it is blowing up on line 782 of PdfName. This is where it has this piece of code: 778 public PdfName(String name) { 779 super(PdfObject.NAME); 780 int length = name.length(); 781 if (length > 127) { 7

[iText-questions] Frank Zhou/ReserveFunds is out of the office.

2004-10-06 Thread Frank_Zhou
I will be out of the office starting 10/06/2004 and will not return until 10/07/2004. I will respond to your message when I return. --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your busin

RE: [iText-questions] PDF append

2004-10-06 Thread Paulo Soares
concat_pdf in the tools package will keep the bookmarks. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, October 06, 2004 9:50 AM > To: [EMAIL PROTECTED] > Subject: [iText-question

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 there a simple way to access

RE: [iText-questions] Can I show my PDF's in landscape

2004-10-06 Thread Paulo Soares
PageSize.A4.rotate() and http://itextpdf.sourceforge.net/howtosign.html. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Pankaj Sinha > Sent: Wednesday, October 06, 2004 6:25 AM > To: [EMAIL PROTECTED] > Subject: [iTe

RE: [iText-questions] NullPointerException in PdfReader

2004-10-06 Thread Paulo Soares
It's probably a broken PDF (just because it opens in Acrobat doesn't mean it's 100% correct). You may try with the version at itextpdf.sf.net that has some more tricks to read broken PDFs. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTE

RE: [iText-questions] Signing (verisign) pdf files

2004-10-06 Thread Paulo Soares
See http://itextpdf.sourceforge.net/howtosign.html. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of David Thielen > Sent: Tuesday, October 05, 2004 2:39 AM > To: itext > Subject: [iText-questions] Signing (verisign) p

RE: [iText-questions] link inside pdf missing

2004-10-06 Thread Paulo Soares
Use PdfStamper.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rémi GuilbertSent: Tuesday, October 05, 2004 1:21 PMTo: [EMAIL PROTECTED]Subject: [iText-questions] link inside pdf missing Hi, inside my "resolution.pdf" file

RE: [iText-questions] PDF417 has grey spots when printed

2004-10-06 Thread Paulo Soares
I've no idea what's the problem. PDF417 are bw images with G4 encoding.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex SannikovSent: Tuesday, October 05, 2004 2:09 PMTo: [EMAIL PROTECTED]Subject: [iText-questions] PDF417

[iText-questions] PDF append

2004-10-06 Thread Daniel . Haynes
Hi, We need to be able to append one PDF to another which has been generated using FOP (Java running on Unix). Both PDFs have bookmarks which we need in the final PDF and I understand iText 'swallows' the bookmarks in these situations. There appears to be a fix in later versions of iText. Is t

[iText-questions] Re: Using iText to convert PCL to PDF

2004-10-06 Thread Ross Presser
On Tue, 5 Oct 2004 16:32:12 +0200, Örjan Brun wrote: > Hello, > > Is it possible to use IText to convert PCL5 documents into PDF ? > > > Best regards > > Örjan Brun > Qnab System AB Not really. You want GhostPCL for that. --- This SF.net

RE: [iText-questions] Does iText support PJTF

2004-10-06 Thread Aaron Yu
Is there a simple way to access the root Catalog dictionary? <> I am trying to add a Job ticket to the Catalog and don't see an obvious and simple way to access that object from outside the package visibility. Thank you in advance, -Aaron -Original Message- From: Paulo Soares [mailto:[