Re: [iText-questions] HELP!! PDF/PS printing experts needed!! -- Problem Solved

2002-04-30 Thread Jared Ellson
Problem solved... I needed to add... document.add(new Paragraph(" ")); before document.newPage() ... now when printed from Adobe 4.0 Unix versions it has no problems. Just FYI!! Thanks again for all your help Jared Paulo Soares wrote: > I created this PDF with the files you sent

Re: [iText-questions] HELP!! PDF/PS printing experts needed!! -- More Info...

2002-04-30 Thread Jared Ellson
Here is the lines in the postscript that cause the typecheck error... If i remove these from the Postscript file (using a text editor) the document prints fine. Do you know what they relate to in the PDF? d.G*Rzz"97$~> EI Q Q q BT 50 545 Td ET Q 0 g q 792 0 0 612 0 0 cm changed

[iText-questions] hiding a form field by default

2002-04-30 Thread David Teran
Hi, just wondering how one could hide a form field by default. It should be a textfield which gets enabled by another trigger. kind regards david p.s. the form support is great! ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourc

Re: [iText-questions] Table formatting problems

2002-04-30 Thread Norton
Bruno, Paulo, Mark, Thanx for your quick responses and all the great information. I had taken out all the nested tables and was just short of what I wanted. This turned out to be a good move anyway since RTF wouldn't handle the nested tables. >From there, I couldn't just leave all the borderi

RE: [iText-questions] How to specify link with japanese chars.

2002-04-30 Thread Leonard Rosenthol
At 3:37 PM +0100 4/30/02, Paulo Soares wrote: >The problem here is how are these multi-byte interpreted. What is the >encoding? I tried to create a link to a directory with a chinese name in my >computer with Acrobat 4 and it just put a "?" for the chinese name. Maybe it >works with the japanese A

RE: [iText-questions] How to specify link with japanese chars.

2002-04-30 Thread Leonard Rosenthol
At 3:37 PM +0100 4/30/02, Paulo Soares wrote: >The problem here is how are these multi-byte interpreted. What is the >encoding? I would personally use Unicode - since it's the safest and most supported. However, your point is well taken - I don't know what Acrobat will actually do with

Re: [iText-questions] Table formatting problems

2002-04-30 Thread Mark
Hi You should be able to reproduce the sample html page you gave in rtf. The main problem being that you can't use nested tables with the RtfWriter. You'll have to do it in one Table. Creating the barcode as an image and then inserting that image into the document should also work. But the imag

RE: [iText-questions] How to specify link with japanese chars.

2002-04-30 Thread Paulo Soares
The problem here is how are these multi-byte interpreted. What is the encoding? I tried to create a link to a directory with a chinese name in my computer with Acrobat 4 and it just put a "?" for the chinese name. Maybe it works with the japanese Acrobat, or maybe not. Best Regards, Paulo Soares

RE: [iText-questions] How to specify link with japanese chars.

2002-04-30 Thread Leonard Rosenthol
At 10:49 AM +0100 4/30/02, Paulo Soares wrote: >According to the PDF specs: > >The URL must adhere to the character-encoding requirements specified in >RFC 1738. Because 7-bit U.S. ASCII is a strict subset of PDFDocEncoding, >this >value may also be considered to be in that encoding. > I

[iText-questions] RtfWriter update

2002-04-30 Thread Mark
Hi This is an update to the RtfWriter. The following things have changed: * IMPORTANT: The factor used to calculate the page size has been changed to 20. This leads to more consistant page sizes. * The page formats A3, A4, A5, A6, B4, B5, B6, LETTER, HALFLETTER, LEGAL now have hard coded page

RE: [iText-questions] HELP!! PDF/PS printing experts needed!!

2002-04-30 Thread Paulo Soares
I included a file that wasn't to be included and missed the java used to construct the PDF. Best Regards, Paulo Soares <> > -Original Message- > From: Paulo Soares [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 10:14 > To: 'Jared Ellson' > Cc: [EMAIL PROTECTED] > Subject

RE: [iText-questions] How to specify link with japanese chars.

2002-04-30 Thread Paulo Soares
According to the PDF specs: The URL must adhere to the character-encoding requirements specified in RFC 1738. Because 7-bit U.S. ASCII is a strict subset of PDFDocEncoding, this value may also be considered to be in that encoding. Also in RFC 2396: For original character sequences that con

RE: [iText-questions] HELP!! PDF/PS printing experts needed!!

2002-04-30 Thread Paulo Soares
I created this PDF with the files you sent me and it prints in a jet printer, epson laser printer and postscript level 3 printer. I used Acrobat Reader 5.0. Best Regards, Paulo Soares <> <> > -Original Message- > From: Jared Ellson [SMTP:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2

[iText-questions] BLOCKING 1 IP-ADRESS

2002-04-30 Thread Bruno Lowagie
Hello all, Since yesterday my site is being attacked from the IP address 195.55.222.53. This IP-adres will be blocked in the future. best regards, Bruno ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/it

Re: [iText-questions] Table formatting problems

2002-04-30 Thread Bruno Lowagie
Quoting Norton <[EMAIL PROTECTED]>: > Hi, > > I'm having trouble with the format of a table I'm > trying to create and was hoping someone here would be > able to help me. I agree with Paulo concerning your (PdfP)Table question. As for the barcodes: > I don't mind using PdfPTable and PdfPCell f