RE: [iText-questions] OT: Printing PDF

2003-08-07 Thread Carmona Perez, David
Why don't you try to ask this kind of questions to http://forum.planetpdf.com David -Mensaje original- De: Andreas Probst [mailto:[EMAIL PROTECTED] Enviado el: jueves, 07 de agosto de 2003 23:34 Para: [EMAIL PROTECTED] Asunto: [iText-questions] OT: Printing PDF Hi all, sorry f

Re: [iText-questions] OT: Printing PDF

2003-08-07 Thread Leonard Rosenthol
At 11:33 PM +0200 8/7/03, Andreas Probst wrote: sorry for asking an off-topic question: Are there any tools other than Acrobat Reader and Ghostscript which print PDF or at least render it into a printable format such as PCL or PS? Printing PDF is a complex process - usually involving not only con

RE: [iText-questions] copy a PDF page and its form fields

2003-08-07 Thread Leonard Rosenthol
At 4:34 PM -0700 8/6/03, Gary Wu wrote: You're right. First, I was thinking of parsing form field annotation dictionary and look for /P key to tell which page a form field is in. But because /P in an optional entry in a form field's annotation dictionary, I really cannot count on that. \ Yup, not

[iText-questions] XmlParser

2003-08-07 Thread matt
I have plugged in IText into Maverick as a transform factory. I wanted my tagmaps to be cache as byte[] for faster processing. This forced me to add another parse method - public void go(DocListener document, InputSource is, InputStream tagmap) Would it be possible to have this method added for p

RE: [iText-questions] Row height

2003-08-07 Thread Paulo Soares
> -Original Message- > From: Carmona Perez, David [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 11:06 > To: Itext-Questions (E-mail) > Subject: [iText-questions] Row height > > Hi all, > > Does someone know how to set the height of row in a Table? > You can

[iText-questions] Adding a jpg image to RTF Doc

2003-08-07 Thread Scott Sprout
I am trying to add a jpg image in a servlet to an rtf doc I am sending to a browser client. The image is stored in a db as byte data. I tried to create the image using the getInstance(byte[]) approach and that did not work, but no errors were reported to further debug. I also used the getInsta

[iText-questions] Question about HtmlWriter and bold style

2003-08-07 Thread JOSE LUIS
Hi, I am having problems to print simple text with HtmlWriter. For some reason that I don't understand, bold and italic styles are not working. Here's my code: Document doc = new Document(); HtmlWriter.getInstance(doc, new FileOutputStream("x.html")); doc.open(); Font fnt = F

RE: [iText-questions] Barcode "Decodbility"

2003-08-07 Thread Paulo Soares
> -Original Message- > From: Brook Stevens [SMTP:[EMAIL PROTECTED] > Sent: Monday, August 04, 2003 20:57 > To: itext > Subject: RE: [iText-questions] Barcode "Decodbility" > > So is this intrinsic of using pdfs, or intrinsic in using images in a pdf > (i.e. if I use a barcode font

RV: [iText-questions] Cell spacing

2003-08-07 Thread Carmona Perez, David
Please, does anyone know about this?   David   -Mensaje original- De: Carmona Perez, David Enviado el: miércoles, 06 de agosto de 2003 12:29 Para: Itext-Questions (E-mail) Asunto: [iText-questions] Cell spacing   Hi all,   I set a big spacing in a Table and don’

RE: [iText-questions] Row height

2003-08-07 Thread Carmona Perez, David
Hi Paulo, I have found how to change the row height in a Table. In my case I need to add an empty row that serves for separating group of rows. I use negative leading to decrease the row height. This is the code: Table tbl;

RE: [iText-questions] Cell clipping

2003-08-07 Thread Paulo Soares
This is clipping as in truncating or as in reducing the font to fit a single row? Best Regards, Paulo Soares > -Original Message- > From: Carmona Perez, David [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 11:23 > To: Itext-Questions (E-mail) > Subject: [iText-questions