[iText-questions] line justification

2005-12-08 Thread Mitch Freed
I have a Paragraph that is set to alignment justify. In this paragraph I have a chunk containing a string of underscores (i.e. ""). For one reason or another I need to be able to draw a line and in some cases wrap the line. To do this I am using the Chunk.setSplitCharacter()

Re: [iText-questions] Can i embed a pdf in to a pdf

2005-12-08 Thread Vineet Reynolds
Did u mean - I want to have a PDF attachment inside the PDF file ? Or do you want the contents of one PDF file to be present in the other ? Or do you want. Please be specific.

[iText-questions] Can i embed a pdf in to a pdf

2005-12-08 Thread satya chowdary
  I have arequirement  where in i need to insert a pdf located at some directory to be inserted in to the pdf that is being generated by my program. Any ideas how can i do it

Re: [iText-questions] release 1.3.6?

2005-12-08 Thread Mark Hall
I'm not going to be making any changes in the next week or so, so from my point of view, go ahead at any time. Greetings, Mark On 08.12.2005, at 13:54, [EMAIL PROTECTED] wrote: Would tomorrow be a good day for a release? iText 1.3.6 * Changes made by Paulo o Uploaded the code

RE: [iText-questions] PDF to FDF

2005-12-08 Thread Paulo Soares
If someone writes the code for it... From: Bertrand Beyssac [mailto:[EMAIL PROTECTED]Sent: Thu 08-Dec-05 16:25To: Paulo Soares; itext-questions@lists.sourceforge.netSubject: RE: [iText-questions] PDF to FDF   Ok for the fields, but will it be possible to extract annotations in next

RE: [iText-questions] PDF to FDF

2005-12-08 Thread Bertrand Beyssac
  Ok for the fields, but will it be possible to extract annotations in next releases?   Thanks a lot.   Bertrand   De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Paulo Soares Envoyé : jeudi 8 décembre 2005 15:58 À : Bertrand Beyssac; itext-questions@lists.sour

Re: [iText-questions] Add CMYK and Spot colors to SeparationInfo dictionary

2005-12-08 Thread Michael Toula
>>> You'll need to use the low level APIs to get the necessary >>> objects and set them as appropriate. Sounds good ...but do you have a starting point for that ? A class/method  name ? ** Michael TOULA Software Engineer Dalim Software GmbH Strassburger S

RE: [iText-questions] Height of a Paragraph inside a PdfPCell

2005-12-08 Thread Paulo Soares
Title: [iText-questions] Height of a Paragraph inside a PdfPCell The font name is "Times-Roman". To be safe use Font.getCalculatedBaseFont(). From: [EMAIL PROTECTED] on behalf of Ary JuniorSent: Thu 08-Dec-05 14:02To: itext-questions@lists.sourceforge.netSubject: [iText-questions] Heig

RE: [iText-questions] PDF to FDF

2005-12-08 Thread Paulo Soares
See FdfWriter. It will only save the fields, not the annotations. From: [EMAIL PROTECTED] on behalf of Bertrand BeyssacSent: Thu 08-Dec-05 14:45To: itext-questions@lists.sourceforge.netSubject: [iText-questions] PDF to FDF I want to extract “Forms data and Annotations”  from a PDF

Re: [iText-questions] Add CMYK and Spot colors to SeparationInfo dictionary

2005-12-08 Thread Leonard Rosenthol
At 09:23 AM 1/3/2006, Michael TOULA wrote: I would like to add CMYK colors as well as Spot colors in a new (generated, not an existing one) PDF document's SeparationInfo dictionary. So you've read the PDF Reference and understand what goes into such a dictionary? And you just need to

[iText-questions] Add CMYK and Spot colors to SeparationInfo dictionary

2005-12-08 Thread Michael TOULA
Hi All ! I would like to add CMYK colors as well as Spot colors in a new (generated, not an existing one) PDF document's SeparationInfo dictionary. I've searched the tutorials, mailing lists, but I'm still completely lost. Could anyone help me ? Thanks in advance ---

RE: [iText-questions] release 1.3.6?

2005-12-08 Thread Paulo Soares
Title: RE: [iText-questions] release 1.3.6? It's better to hold the release until next Monday, I've got a few more things.   Paulo From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED]Sent: Thu 08-Dec-05 14:33To: itext-questions@lists.sourceforge.netSubject: RE: [iText-questions] rele

[iText-questions] PDF to FDF

2005-12-08 Thread Bertrand Beyssac
I want to extract “Forms data and Annotations”  from a PDF file to a FDF file .   Is it possible with iText ?   Thanks.   Bertrand  

[iText-questions] (no subject)

2005-12-08 Thread khalil bennis
confirm 470219 --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http:

RE: [iText-questions] release 1.3.6?

2005-12-08 Thread bruno
Quoting Paulo Soares <[EMAIL PROTECTED]>: Yes but note that I've just commited another change: "added PdfReader.getStreamBytesRaw() to get the bytes without any filtering". I made the list during the break at my Maven course. I see I missed quite some changes over the last month and a half. br

RE: [iText-questions] release 1.3.6?

2005-12-08 Thread Paulo Soares
Title: [iText-questions] release 1.3.6? Yes but note that I've just commited another change: "added PdfReader.getStreamBytesRaw() to get the bytes without any filtering".   Paulo From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED]Sent: Thu 08-Dec-05 13:54To: itext-questions@lists.so

[iText-questions] Height of a Paragraph inside a PdfPCell

2005-12-08 Thread Ary Junior
Hi, please, ignore my last post. I need to put a String inside a Paragraph and the Paragraph inside the PdfPCell. If I do: ... pCell = new Paragraph("teste"); ... cell.addElement(pCell); ... table.addCell(cell); .. The cell height is major than the "teste" string height. Now, If I do: ... tabl

[iText-questions] Height of a Paragraph inside a PdfPCell

2005-12-08 Thread Ary Junior
Hi, I need to put a String inside a Paragraph and the Paragraph inside the PdfPCell. If I do: ... pCell = new Paragraph("teste"); ... cell.addElement(pCell); ... table.addCell(cell); .. The cell height is major than the "teste" string height. Now, If I do: ... table.addCell("teste"); ... The

[iText-questions] release 1.3.6?

2005-12-08 Thread bruno
Would tomorrow be a good day for a release? iText 1.3.6 * Changes made by Paulo o Uploaded the code clean up by Xavier Le Vourch o Some simplifications in PdfReader o Support to reuse images from existing docs o In nested PdfPTables the inner cell backg

Re: [iText-questions] Any area where I could help ?

2005-12-08 Thread Vineet Reynolds
I do unit testing for all my projects in Java using JUnit that is bundled with NetBeans 4.1 Writing them to generate bytestreams will be kind of easy given the way Netbeans interfaces with JUnit. I'll get back to you after I'm done with some work of mine.   PDFDoclet was an interesting to

Re: [iText-questions] Any area where I could help ?

2005-12-08 Thread bruno
Quoting [EMAIL PROTECTED]: Since Bruno and Paulo usually dont read personal mails, and given the subject of this article I had to post here. Where do you think you like to have some help from me ? In development, documentation, or . some other area of this project [ like handling the maili

Re: [iText-questions] Any area where I could help ?

2005-12-08 Thread bruno
Quoting [EMAIL PROTECTED]: Since Bruno and Paulo usually dont read personal mails, and given the subject of this article I had to post here. Where do you think you like to have some help from me ? In development, documentation, or . some other area of this project [ like handling the maili