[iText-questions] iText site

2004-11-22 Thread Bruno Lowagie
Hello all, last week, iText 1.1 was released. I also planned to rewrite the site and tutorial. The site is now being generated from XML using XSLT. You can find the XML and XSL in the CVS repository: http://cvs.sourceforge.net/viewcvs.py/itext/www/xml/lowagie/ When making a new release, I now only

[iText-questions] Layers supported ?

2004-11-22 Thread Nikolay Nikolov
Is there any support for layers in the existing iText library ? I need some adding-removing and showing-hiding of the layers of an existing document. --- SF email is sponsored by - The IT Product Guide Read honest candid reviews on hundreds of

Re: [iText-questions] PDF to PCL

2004-11-22 Thread Rémi Guilbert
Hi, I just know that print method this.print(printDialogTrueorFalse, firstPage, lastPage); Do you know an another one ? Thank's !! Rémi - Original Message - From: Leonard Rosenthol [EMAIL PROTECTED] To: Rémi Guilbert [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, November 19, 2004

Re: [iText-questions] Layers supported ?

2004-11-22 Thread Leonard Rosenthol
At 05:08 AM 11/22/2004, Nikolay Nikolov wrote: Is there any support for layers in the existing iText library ? You are talking about Acroat 6 Layers (aka Optional Content Groups), yes? I need some adding-removing and showing-hiding of the layers of an existing document. You

Re: [iText-questions] PDF to PCL

2004-11-22 Thread Leonard Rosenthol
At 07:15 AM 11/22/2004, Rémi Guilbert wrote: Hi, I just know that print method this.print(printDialogTrueorFalse, firstPage, lastPage); Do you know an another one ? Yes, see the Acrobat 6 JavaScript documentation for the newer methods. Leonard

[iText-questions] CJK Properties

2004-11-22 Thread Klaus Becker
Hello Are following files necessary for normal use of iText: cjkfonts.properties and cjkencodings.properties The main problem is, that many exceptions will be thrown, because the files will not be found (but everything works well). So can I create empty property-files to prevent this JVM

[iText-questions] postscript-commands

2004-11-22 Thread Henning Vortisch
Is ist possible, to integrate postscript-commands or eps in a pdf, and is it possible to do it with itext. Maybe it is possible to place an eps like a tiff or jpeg. 1. I have to place ps-commands in a pdf document to print device dependent informations like resolution or postscript-version in

Re: [iText-questions] postscript-commands

2004-11-22 Thread Leonard Rosenthol
At 09:52 AM 11/22/2004, Henning Vortisch wrote: Is ist possible, to integrate postscript-commands or eps in a pdf, PS, yes - but not EPS. But even when doing so, it will NOT be displayed on screen and their is no guarantee that it will print. and is it possible to do it with

[iText-questions] Creating JPG form memory data

2004-11-22 Thread Giulio Cesare Solaroli
Hi all, I am trying to create a com.lowagie.text.Jpeg passing a byte[] to its costructor (both with and without the image size), but the process always stuck on the constructor instruction. Any idea on what could be causing this problem? Thanks in advance for any suggestion. Regards, Giulio

RE: [iText-questions] CJK Properties

2004-11-22 Thread Paulo Soares
The latest version won't throw any exception. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Becker Sent: Monday, November 22, 2004 2:10 PM To: [EMAIL PROTECTED] Subject: [iText-questions] CJK Properties Hello Are following files

Re: [iText-questions] RTF: nullpointer RtfCell.writedefinition()

2004-11-22 Thread Mark Hall
On Friday 19 November 2004 09:27, sander hofstee wrote: Thanx for fixing the bug so soon! I have attached one of the rtf files that doesn't work in word. It also has the strange problem where I tried to generate a 10x10 table and got a 2x10 table (in wordpad). Sorry for taking so long to get

Re: [iText-questions] Issue with Image into PDF

2004-11-22 Thread Sudheendra Singh
Hi Paulo, This worked with horizontal images (width height) but when I tried vertical images, blank was displayed.Regards,Sudheendra.N.SinghCaritorInc.,CACell:415-760-1805Work:415-243-6903Home:510-675-0630Pickbattlesbigenoughtomatternotsmallenoughtowin.-"Paulo Soares" [EMAIL PROTECTED] wrote:

[iText-questions] unsubscribe

2004-11-22 Thread Harter Damien
Title: unsubscribe

RE: [iText-questions] Issue with Image into PDF

2004-11-22 Thread Paulo Soares
We are not getting anywhere this way. Post the image and a small test program so that we can reproduce the problem. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sudheendra SinghSent: Monday, November 22, 2004 5:17 PMTo: Paulo SoaresCc: ITEXTSubject: Re:

RE: [iText-questions] Multiple Signatures in one PDF

2004-11-22 Thread Paulo Soares
Multiple signatures will be supported next month. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Esterer Sent: Monday, November 22, 2004 5:33 PM To: [EMAIL PROTECTED] Subject: [iText-questions] Multiple Signatures in one PDF Hello,

[iText-questions] Re: Quark Print Error

2004-11-22 Thread Zhong Yi
Paulo Soares psoares at consiste.pt writes: You probably created the pdf with unbalanced save/restore state. - Original Message - From: Zhong Yi yidaomao at yahoo.com To: itext-questions at lists.sourceforge.net Sent: Friday, November 19, 2004 19:38 Subject: [iText-questions]

RE: [iText-questions] Re: Quark Print Error

2004-11-22 Thread Paulo Soares
Looks like a Quark bug with templates. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zhong Yi Sent: Monday, November 22, 2004 5:36 PM To: [EMAIL PROTECTED] Subject: [iText-questions] Re: Quark Print Error Paulo Soares psoares at consiste.pt

[iText-questions] Tootips

2004-11-22 Thread Nikolai Nikolov
Hello, I have the following issue: I have some icon(image) in the document and when the mouse pointer moves over it a tooltip shoul appear with some additional info. Is it possible this to be done with iText and how ? Thanks in advance Nikolay

[iText-questions] pdf417 grey within image

2004-11-22 Thread D Dascalu
I am encountering an issue with the pdf417 barcode. While printing the image from XP the image has grey within it. While on NT the image prints out fine. Are there any solutions for this? my code for the barcode creation is: BarcodePDF417 myBarcode = new BarcodePDF417();

Re: [iText-questions] Tootips

2004-11-22 Thread Leonard Rosenthol
At 12:59 PM 11/22/2004, Nikolai Nikolov wrote: I have some icon(image) in the document and when the mouse pointer moves over it a tooltip shoul appear with some additional info. Is it possible this to be done with iText and how ? Sure, create either a standard form field with a

Re: [iText-questions] iText site

2004-11-22 Thread Mark Hall
On Monday 22 November 2004 16:05, Bruno wrote: Quoting Mark Hall [EMAIL PROTECTED]: On Monday 22 November 2004 10:37, Bruno Lowagie wrote: last week, iText 1.1 was released. I also planned to rewrite the site and tutorial. Just to inform you that the link to documentation in the text

Re: [iText-questions] pdf417 grey within image

2004-11-22 Thread Paulo Soares
Printer driver? - Original Message - From: D Dascalu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 22, 2004 17:31 Subject: [iText-questions] pdf417 grey within image I am encountering an issue with the pdf417 barcode. While printing the image from XP the image has

[iText-questions] running example Chap1201

2004-11-22 Thread Dean Hoover
I just built the example Chap1201.java and copied the required xml files into the directory and ran it. I get the following exception: Exception in thread "main" java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method) at

[iText-questions] Re: pdf417 grey within image

2004-11-22 Thread dascalu
Thanks for your reply. I tried generating Barcode128 and this type of barcode is not having an issue with it containing grey. Why would pdf417 have this issue and not the other barcode? --- SF email is sponsored by - The IT Product

Re: [iText-questions] Re: pdf417 grey within image

2004-11-22 Thread Paulo Soares
pdf417 is bidimensional. The printer driver may be too smart and think that it's an image that must be smoothed. If you don't see gray on the screen, it isn't there. We have two makes of printers in the office: a big xerox docu center laser and several hp color lasers. All of them print bw, no

[iText-questions] PdfTable Bug?

2004-11-22 Thread Cary Sweet
Title: Message I was looking through the code and came across something that did not look correct: Code version: iText 1.1 Class: PdfPTable Method: constructor: PdfPTable(PdfPTable table) Line: 200 skipFirstHeader = this.skipFirstHeader; I believe should be skipFirstHeader =

Re: [iText-questions] PdfTable Bug?

2004-11-22 Thread Paulo Soares
It's a bug. - Original Message - From: Cary Sweet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 22, 2004 22:58 Subject: [iText-questions] PdfTable Bug? I was looking through the code and came across something that did not look correct: Code version: iText 1.1 Class:

[iText-questions] ColumnText bug?

2004-11-22 Thread Cary Sweet
Title: Message Expected Results: Header line of the table to be displayed Actual Results: When I created a PdfTable with a header and no content, nothing displayed Code version: iText 1.1 Class: ColumnText Method: goComposite(boolean simulate) Line: 1179 if (table.size() =

[iText-questions] Page No. is not displayed correctly inside footer (PDF)

2004-11-22 Thread Pankaj Sinha
Hi When I am using following code to display the page No. in the footer(PDF) It always starts with page No.2 and so on. Could you please tell me know where I am doing wrong in my code. attached is the application generated PDF. Thanks Pankaj HeaderFooter footer = new HeaderFooter(new

[iText-questions] Probleam with Program Chap0101.java

2004-11-22 Thread aditya.dasgupta
When I COMPILE the program Chap0101.java. the message given is package com.lowagie.text does not exist How can I solve the problem. Thanks and Regards Aditya Nirmal Dasgupta Associate-Consultant ITSD e-solutions PrimeSourcingThe Global ITServices business from i-flex "Add Value,

[iText-questions] Query about classpath

2004-11-22 Thread aditya.dasgupta
Which .jar file should I put in the CLASSPATH. The zipped jar file iText.jar.zip does not have any .jar files when unzipped. Thanks and Regards Aditya Nirmal Dasgupta Associate-Consultant ITSD e-solutions PrimeSourcingThe Global ITServices business from i-flex "Add Value, Reduce

RE: [iText-questions] Help on graphics/text placement

2004-11-22 Thread Jim Owen
Paulo, I wanted to thank you for the assistance you provided - I ended up converting everything over to use PdfContentByte rather than mixing document.add() with PdfContentByte. All works well. Your dedication and willingness to help are greatly appreciated and I can not be the