[iText-questions] iText on the mainframe z/OS JVM 1.4.2

2007-03-18 Thread Andrew Joseph
Hello, I downloaded the iText-2.0.0.jar and uploaded it to the UNIX side of the mainframe in binary. And I ran the first sample program in your online tutorial. The program successfully compiles on my windows machine and independently runs on the UNIX side of the mainframe. But it wouldn't run

Re: [iText-questions] iText on the mainframe z/OS JVM 1.4.2

2007-03-18 Thread Paulo Soares
- Original Message - From: Andrew Joseph [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Sunday, March 18, 2007 12:02 AM Subject: [iText-questions] iText on the mainframe z/OS JVM 1.4.2 Hello, I downloaded the iText-2.0.0.jar and uploaded it to the UNIX side of the

Re: [iText-questions] (no subject)

2007-03-18 Thread Paulo Soares
Place the tables at absolute positions, there are examples to do this in the tutorial. Paulo - Original Message - From: maxime bocchi [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Saturday, March 17, 2007 8:42 PM Subject: [iText-questions] (no subject) Good

Re: [iText-questions] novice

2007-03-18 Thread Paulo Soares
PdfPTable.writeSelectedRows(). Paulo - Original Message - From: [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Saturday, March 17, 2007 10:32 PM Subject: [iText-questions] novice I have a invoice.pdf file that I fill out, but I want to add a page along with a table

Re: [iText-questions] iText 2.0.1 - PdfPCell setRotation 90 -Disappearing text

2007-03-18 Thread Paulo Soares
- Original Message - From: Andrea Lombardoni [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Sunday, March 18, 2007 1:27 AM Subject: Re: [iText-questions]iText 2.0.1 - PdfPCell setRotation 90 -Disappearing text Paulo Soares psoares at consiste.pt writes: If the

Re: [iText-questions] Color looks different after drawing particular image types

2007-03-18 Thread Peter van Raamsdonk
Yes, some of myimages have transparency... Why does this affects all elements (What Bill wrote) and what can you do about it? I don't expect this behaviour. You can change the colormodel of an image but an image changing the colormodel of an Graphic Enviroment? This could be troublesome indeed :(

Re: [iText-questions] Color looks different after drawingparticular image types

2007-03-18 Thread Paulo Soares
See http://thread.gmane.org/gmane.comp.java.lib.itext.general/21023. Paulo - Original Message - From: Peter van Raamsdonk [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Sunday, March 18, 2007 10:23 AM Subject: Re: [iText-questions] Color looks different after

Re: [iText-questions] Color looks different after drawingparticularimage types

2007-03-18 Thread Peter van Raamsdonk
Thx for the input Paulo, Leonard has written also something about it;http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg28628.html How do I go about "tagging my data with ICC profiles"? I thought I already converted the images to the sRGB colorspace. Colorspace the final

Re: [iText-questions] Color looks different afterdrawingparticularimage types

2007-03-18 Thread Paulo Soares
The easiest way is to use a DefaultRGB key with an ICC profile. This way, all the DeviceRGB colors will use this profile. This can be easily done but will probably require some iText source modifications. Paulo - Original Message - From: Peter van Raamsdonk [EMAIL PROTECTED] To:

[iText-questions] PDF sign - Error: The signature byte range is invalid

2007-03-18 Thread Michal Damborsky
Hi, I have a problem with PDF signing. I use iText 1.4.7 (modified fod JDK 1.3) and BouncyCastle provider combination (Domino 6.5 with Java 1.3.1). The problem is, that generated PDF contains sign but in Adobe Reader got an Error: Error during signature verification. Unexpected byte range

Re: [iText-questions] Color looks different after drawingparticular image types

2007-03-18 Thread Leonard Rosenthol
The alternative to using ICC-based (or any device independent color model) is to explicitly add a blending colorspace to the page. I seem to recall that Bruno was going to add that API - but not sure if it made it or not. Leonard On Mar 18, 2007, at 6:51 AM, Paulo Soares wrote: See

Re: [iText-questions] Color looks differentafterdrawingparticularimage types

2007-03-18 Thread Peter van Raamsdonk
Thanks all for looking into the colorspace business, Let me know if there is anything I can use or howI can go about it. I saw some interesting bits in the JAI interest group but going about it that way gives me a headache. I don't even know if it is the proper way. Passing on the ICC profile to

Re: [iText-questions] PDF sign - Error: The signature byte range isinvalid

2007-03-18 Thread Paulo Soares
What happens when you sign with the latest release? That failure is usually caused by a corrupt PDF, it didn't even get to checking the signature. Paulo - Original Message - From: Michal Damborsky [EMAIL PROTECTED] To: itext-questions itext-questions@lists.sourceforge.net Sent: Sunday,

Re: [iText-questions] Embed FlowPlayer in PDF

2007-03-18 Thread YAP
Anyone has idea to pass in parameters to iText for Annotation? Thanks. -- View this message in context: http://www.nabble.com/Embed-FlowPlayer-in-PDF-tf3413022.html#a9545314 Sent from the iText - General mailing list archive at Nabble.com.