Re: [iText-questions] Strange behavior of some GIF images

2009-05-08 Thread Patrick Valsecchi
On Tuesday 28 April 2009 08.23:11 Patrick Valsecchi wrote: > Hi, > > The attached code produces some strange results. It writes some text and > draws a GIF with some transparent pixels over it. If you look at it on the > screen, it looks good. If you print it, you get a big b

Re: [iText-questions] Is this possible to call java method from Pdf push button?

2009-05-05 Thread Patrick Valsecchi
https://lists.sourceforge.net/lists/listinfo/itext-questions > >> > >> > >> > >> Buy the iText book: http://www.1t3xt.com/docs/book.php > >> > >> Check the site with examples before you ask questions: > >> http://www.1t3xt.info/examples/ >

[iText-questions] Strange behavior of some GIF images

2009-04-27 Thread Patrick Valsecchi
versions 8 and 9 and both are showing the same behavior. But with kpdf, the printed results are correct. I'm using iText version 2.1.5. Do you guys have any idea on what may be wrong? My guess: Acrobat, but what can we do? Thanks. -- Patrick Valsecchi Senior Software Engineer Campt

[iText-questions] PNG rendering bug, the return of the vengence

2009-01-28 Thread Patrick Valsecchi
d=2543141&group_id=15255&atid=115255 Thanks a bunch. -- Patrick Valsecchi Senior Software Engineer Camptocamp Suisse SA http://www.camptocamp.com +41 21 619 1030 -- This SF.net email is sponsored by: SourcForge Comm

Re: [iText-questions] Another problem with PNG images

2008-12-17 Thread Patrick Valsecchi
OK, I've fixed the bug. Please look at the patch attached to the bug report. On Monday 17 November 2008 13.51:40 Patrick Valsecchi wrote: > Hi, > > I have created a bug report: > https://sourceforge.net/tracker/index.php?func=detail&aid=2305344&group_id= >15255&am

Re: [iText-questions] Another problem with PNG images

2008-11-17 Thread Patrick Valsecchi
Hi, I have created a bug report: https://sourceforge.net/tracker/index.php?func=detail&aid=2305344&group_id=15255&atid=115255 Thanks. On Wednesday 05 November 2008 09.03:05 Paulo Soares wrote: > I'll have a look next week. > > Paulo > > - Original Message

[iText-questions] Another problem with PNG images

2008-11-04 Thread Patrick Valsecchi
with both kpdf 0.5.8 and acroread 8.1.2. Looks like a bug in iText. Thanks. -- Patrick Valsecchi import com.lowagie.text.Document; import com.lowagie.text.DocumentException; import com.lowagie.text.Image; import com.lowagie.text.pdf.PdfWriter; import java.io.FileOutputStream; i

[iText-questions] Image.getInstance(URL) loading the image twice

2008-10-08 Thread Patrick Valsecchi
, but it does the trick. There is nothing critical with this... I just wanted to give you guys a heads up. Thanks for the nice work. -- Patrick Valsecchi - This SF.Net email is sponsored by the Moblin Your Move Develo

Re: [iText-questions] onGenericTag called way too early

2008-09-12 Thread Patrick Valsecchi
Have a nice weekend. -- Patrick Valsecchi Senior Software Engineer Camptocamp Suisse SA http://www.camptocamp.com +41 21 619 1030 - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest

Re: [iText-questions] onGenericTag called way too early

2008-09-12 Thread Patrick Valsecchi
On Friday 12 September 2008 16.39:29 Paulo Soares wrote: > PdfPTable can't be added to any element. But the comment in the code? I don't do it just for fun, I do it for being able to display the total page number of my PDF document in the middle of a phrase. The phrase can be inside a table and

Re: [iText-questions] onGenericTag called way too early

2008-09-12 Thread Patrick Valsecchi
Hi, On Friday 12 September 2008 11.44:39 Paulo Soares wrote: > There are lots of layers when using complex objects. You should draw your > background with PdfPCellEvent, probably. Works great, but not when the PdfPTable is added into a Phrase. It acts like the table was never added... but if I l

Re: [iText-questions] onGenericTag called way too early

2008-09-12 Thread Patrick Valsecchi
On Friday 12 September 2008 11.44:39 Paulo Soares wrote: > There are lots of layers when using complex objects. You should draw your > background with PdfPCellEvent, probably. That is a good workaround. I didn't read the whole book, but maybe I should have... Thanks. ---

[iText-questions] onGenericTag called way too early

2008-09-11 Thread Patrick Valsecchi
unctionalities: - it would be cool to have an event sent after the chunk is drawn - it would be cool to have the setGenericTag method on the Element class instead of only the Chunk class. CU and thanks -- Patrick Valsecchi Senior Software Engineer Camptocamp Suisse SA http://www.cam

Re: [iText-questions] How to report bugs?

2008-06-23 Thread Patrick Valsecchi
Hi, On Monday 23 June 2008 15.19:56 Paulo Soares wrote: > I'm aware of the SF trackers but I forgot about this. I think that there > is/was a problem with Acrobat with 1 bit indexed images. Does it happen > in Acrobat 8? I doubt it's a reader problem. Bug visible with all those linux viewers:

[iText-questions] How to report bugs?

2008-06-23 Thread Patrick Valsecchi
Hi, I tried to report a bug [1] on SF, the only place I found to report bugs for iText. But I got no answer. What is the official way to report bugs for iText? I found nothing in the FAQ. Thanks. [1] http://sourceforge.net/tracker/index.php?func=detail&aid=1995715&group_id=15255&atid=115255