[iText-questions] RE: PdfPCell an Rowspan

2002-04-10 Thread [EMAIL PROTECTED]
John, haven't checked the documentations but I wrote some lines of code. Find the code and pdf file attached. If you have problems generating the code, check your version. Older versions might not capable of doing that. This is generated in PdfPTable. Regards, Gunter -- air-c

RE: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread Kevin Galligan
I think you'll have to forget copyArea as well. Much of the Graphics 2D spec is targeted to raster graphics (although printing from java apps is supported by the G2D object as well). There's certainly a lot we can do with the primitives, but some of them are really not going to work out. Unless

Re: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread Jeremy Bowman
Wow, there was a lot of discussion on this today...I'll just throw out some responses to points Jim made in case any of it is useful: > Right now, though the drawing target has changed to a template, the rest is > still based around a document and writer (required in constructor). Maybe it > mak

Re: [iText-questions] Printing PDF's with embedded tiffs from iText

2002-04-10 Thread Jared Ellson
I have done some more research on this problem, looks like the ones that are created that print okay can be opened with ghostscript, however the ones that can not be oppened ghostscript creates the following error: Error: /syntaxerror in readxref The xref is as follows: xref 0 20 00 65

RE: [iText-questions] PdfPCell an Rowspan

2002-04-10 Thread [EMAIL PROTECTED]
Table in table should work. Put a table inside the cell you want to have the rowspan. Regards, Gunter -- air-conditioned environment - don't open windows ! -- Gunter Sammet SAMMYSOLUTIONS.COM LTD -- 2102-12 AVE NW Calgary/AB, T2N 4X1,

Re: [iText-questions] PdfPCell an Rowspan

2002-04-10 Thread Matt Benson
I believe Paulo has said in the past that adding rowspan would involve a massive restructuring of PdfPTable, so not to expect this feature any time in the near future. -Matt --- pdf pdf <[EMAIL PROTECTED]> wrote: > Hi! > I`m work with a PdfPTable and PdfPCell and I need > use a rowspan. > Is

[iText-questions] PdfPCell an Rowspan

2002-04-10 Thread pdf pdf
Hi! I`m work with a PdfPTable and PdfPCell and I need use a rowspan. Is there any plans to add rowspan capabilities to the PdfPTable in the near future? Is there any form to make a rowspan? Thanks _ Descargue GRATUITAMENTE MSN

[iText-questions] RE: PdfGraphics2D class

2002-04-10 Thread David Gilbert
On Wednesday 10 April 2002 17:08, you wrote: > See http://www.geocities.com/itextpdf/graphics2d-01.zip Hi Paulo, I tried Jim's class with JFreeChart this afternoon. It works pretty well. I'll try your revision later tonight. I have the JFreeChart demo saving files in PDF format. Once the P

Re: RE: PdfGraphics2D class (RE: [iText-questions] generating graphs )

2002-04-10 Thread psoares33
See http://www.geocities.com/itextpdf/graphics2d-01.zip I have some ideas for clipping without templates and for fonts. My mail blew, tomorrow I'll talk again. Best Regards, Paulo Soares > > De: Kevin Galligan <[EMAIL PROTECTED]> > Data: 10/04/2002 16:45:19 > Para: 'jim moore' <[EMAIL PROTECTE

RE: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread Kevin Galligan
> -Original Message- > From: jim moore [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 11:32 AM > To: Jeremy Bowman; [EMAIL PROTECTED] > Subject: Re: PdfGraphics2D class (RE: [iText-questions] generating > graphs) > > > > Some quick points of comparison on the 2 pieces of

Re: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread jim moore
> Some quick points of comparison on the 2 pieces of code so far: > - My code uses a PdfTemplate as the basis of the Graphics context; I think > this is a more flexible solution than writing directly to a PdfContentByte > obtained from the PdfWriter, since the template can then be used in multiple

RE: [iText-questions] Trouble with Base Font in code

2002-04-10 Thread Paulo Soares
A small working example would be great. I don't understand what your problem is, you don't say what parameters you used. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 17:19 > To: [EMAIL PROTECTED] >

RE: PdfGraphics2D class (RE: [iText-questions] generating graphs )

2002-04-10 Thread Kevin Galligan
Before I get fired, that pdf file comes from our app that will go into production soon, but the data is bogus test data. -Original Message- From: Kevin Galligan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 11:05 AM To: 'Paulo Soares'; '[EMAIL PROTECTED]' Subject: RE: PdfGrap

[iText-questions] Trouble with Base Font in code

2002-04-10 Thread aauger
Hello, I'm using the constructor Font(int,int,int,Color), instead of Font(BaseFont, int, int, Color) because i found it simple and whereas BaseFont constructor was quite hard. But i havec anew problem now: when I make a table.writeSelectedRows with this Font my debogueur sends: writeCel

RE: PdfGraphics2D class (RE: [iText-questions] generating graphs )

2002-04-10 Thread Kevin Galligan
I've been holding this close to my chest for a while now, but since others are working on it, here goes. I wrote this Graphics2D for pdflib, but we recently switched to iText, so I mapped it to PdfContentByte. The 2 are pretty close, and a while ago I thought I'd write a base set of interfaces f

Re: [iText-questions] iText0.90

2002-04-10 Thread Matt Benson
Welcome back, Bruno! Poor Paulo has had to field questions from his domain and yours! :) Hope you had a good time. -Matt --- Bruno Lowagie <[EMAIL PROTECTED]> wrote: > Quoting Lars Martin <[EMAIL PROTECTED]>: > > > On Wed, 3 Apr 2002 18:43:30 -0500 > > "Lomvardias, Christopher" <[EMAIL PROTE

Re: [iText-questions] iText0.90

2002-04-10 Thread Bruno Lowagie
Quoting Lars Martin <[EMAIL PROTECTED]>: > On Wed, 3 Apr 2002 18:43:30 -0500 > "Lomvardias, Christopher" <[EMAIL PROTECTED]> wrote: > > > Bruno, Hello all, I'm back and I'm working myself through my mail. > > Here's the code where I append one Phrase to another. The BOLDITALIC is > > supposed

RE: [iText-questions] adding button dynamically

2002-04-10 Thread Paulo Soares
iText only reads the printed content from a PDF. It leaves outside fields, bookmarks and links. That said, changing a PDF the way you said in 1) is not possible. Creating a new PDF or adding the fields to an existing PDF (SUBMIT and probably others) is possible, with javascript, hiding, etc. All t

[iText-questions] adding button dynamically

2002-04-10 Thread Bezawada Vamseedhar
> Hi, > >I have some problem modifying my PDF file using java. I will explain u breifly >what i am expecting to do, please let me know if u have any idea. > > I have a servlet which redirects to the PDF file. Before forwarding to PDF file i >need to check for some thing and according to t

RE: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread Paulo Soares
> -Original Message- > From: jim moore [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 18:36 > To: Paulo Soares; 'Jeremy Bowman'; [EMAIL PROTECTED] > Subject: Re: PdfGraphics2D class (RE: [iText-questions] generating > graphs) > > To anyone following this thread, there

RE: [iText-questions] tiff-group4 generated by com.sun.media.jai not recognized by Itext

2002-04-10 Thread Paulo Soares
You can try to convert it to RGB, scale and then insert it into iText forced to black. It will eat a lot more memory but after being insert into iText it will be converted back to G4 and you can then dispose of the jai objects. Appearently jai doesn't like that much BW images. You can also try wit

RE: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread Paulo Soares
> -Original Message- > From: Jeremy Bowman [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 7:11 > To: [EMAIL PROTECTED] > Subject: Re: PdfGraphics2D class (RE: [iText-questions] generating > graphs) > > Your code is in more usable shape than mine, especially the parts

[iText-questions] How to send the Pdf content to the browser

2002-04-10 Thread mbhat
Hello, I would like to send the PDF/RTF/HTML contents to the browser. client invocationof a jsp page should send the PDF/HTML/RTF output to the browser and the client should be in a position to save this output in his/her local machine. can you please guide me in achieving the above. With Re

Re: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread David Gilbert
On Tuesday 09 April 2002 18:36, jim moore wrote: > By the way it now seems to be working very nicely. Just ran it against a > battery of JFreeCharts (I modified the JFreeChartDemo to write pdf files as > well as draw in the window) and it basically performed perfectly. The only > problem I can fin

[iText-questions] tiff-group4 generated by com.sun.media.jai not recognized by Itext

2002-04-10 Thread Frédéric Glorieux
Hello, I'm a new Itext user, especially for one little problem : embedding tiff-group4 images in pdf to show them on the web. The code examples using com.sun.media.jai are working good and fast (especially the one which write directly the group4 in the PdfContentByte). My problem is beginnin