[iText-questions] Tool Tips before and after resultWriter.addPage(page)

2008-02-08 Thread Chris
Hello list, i create a pdf with itext2.0.5 that consists of several other pdfs. i do this by smth like for each currentPart { page = resultWriter.getImportedPage(new PdfReader(currentPart), i); resultWriter.addPage(page); } Everythings fine except some tool tips seem to

[iText-questions] SAXParseException

2008-02-08 Thread raffovi
Hi all, using Power Point I exported as Html page a ppt document. Now I'm trying to convert it in PDF but when I execute the java code I get this exeption: Exception in thread main ExceptionConverter: org.xml.sax.SAXParseException: Open quote is expected for attribute http-equiv associated with

Re: [iText-questions] Barcode image size

2008-02-08 Thread Paulo Soares
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bisoa Sent: Thursday, February 07, 2008 9:52 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Barcode image size Paulo Soares wrote: Nested tables are more

Re: [iText-questions] Barcode image size

2008-02-08 Thread bisoa
Paulo Soares wrote: Nested tables are more flexible but not as easy to use as rowspan. Anything you can do with rowspan is possible with nested tables and more. If you are happy with rowspan and Table go ahead and use it but don't assume that just because you don't know how to use nested

Re: [iText-questions] newbie: fill-in and generate pdf from template?

2008-02-08 Thread bisoa
1T3XT info wrote: mm... why are you referring to those pages, after it was explicitly explained on lowagie.com that those pages are completely obsolete? I found them from searches. They are not obsolate. They are still a good tutorial for Table! -- View this message in context:

[iText-questions] run time problem

2008-02-08 Thread Sarah1
Hi, I have a very small program as following, when I run the main() method, it successfully create the PDF file. But when I call createPdf() method from my web application, it always gave me the error java.lang.Exception: org.apache.jasper.JasperException: com/lowagie/text/Document. I was

Re: [iText-questions] Copy a section into another PDF?

2008-02-08 Thread dburke
Why would I use a fork when chopsticks work just fine. There's more than one way to skin this cat. Thanks. 1T3XT info wrote: dburke schreef: Sorry, Let me simplify it. Using iText, is it possible to copy a section of a PDF document and paste it into a particular spot of another PDF

[iText-questions] RTF: table tieh no border

2008-02-08 Thread Henry Lu
How do I create a table with no border displayed in RTF? Table tbl = new Table(???); tb.??? -Henry - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.

Re: [iText-questions] text alignment in ColumnText

2008-02-08 Thread Mathias P.W Nilsson
Thanks! I have baught the book itext in action and created a PDFPTable. This is what I got so far. I'm using the pdfstamper getOverContent to add columns over an existing pdf. I create a ColumnText and set setSimpleColumn( 0 , 0 , 400 , 100 , 0 , Element.ALIGN_BOTTOM ) I want all the text

Re: [iText-questions] run time problem

2008-02-08 Thread 1T3XT info
Sarah1 schreef: java.lang.Exception: org.apache.jasper.JasperException: com/lowagie/text/Document. Jasper translates JSP pages into Servlet. Have a look at the Servlet code that is generated (if Jasper succeeds in building it); that may shed a light on the problem. -- This answer is provided

Re: [iText-questions] Columns - adjusting width

2008-02-08 Thread pmartin
Actually I am using MultiColumnText - I will try ColumnText - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

Re: [iText-questions] text alignment in ColumnText

2008-02-08 Thread 1T3XT info
Mathias P.W Nilsson schreef: No I want to center content in the bottom and center. Thats it. I want an bound and add text within that bound in at the bottom and center OK, then it's back to Paulo's answer. PdfPCell has a method setVerticalAlignment:

Re: [iText-questions] RTF: table tieh no border

2008-02-08 Thread Mark Hall
On Friday 08 February 2008 13:06:59 Henry Lu wrote: How do I create a table with no border displayed in RTF? Check the API documentation on how to set borders http://itext.ugent.be/library/api/ Mark - This SF.net email is

Re: [iText-questions] text alignment in ColumnText

2008-02-08 Thread Mathias P.W Nilsson
I think I solved it but this requires that I must set the height on each cell. Maybe there is a way to align multiple cells to bottom without defining height? -- View this message in context: http://www.nabble.com/text-alignment-in-ColumnText-tp15353231p15358378.html Sent from the iText -

[iText-questions] PdfPTable height problem

2008-02-08 Thread coolbaba
I have nested 4 PdfPTable's in the outer PdfPTable with some space between the tables. The first table has 1 row data and 3 tables have more than 60 rows.The problem is, First table height is same as second table. I want to display first table as one row height. How I can do this. Please let me

[iText-questions] Columns - adjusting width

2008-02-08 Thread pmartin
I have a one page document with two columns of text - I need the first column to be 30% the width of the page and the second column to be 70% the width of the page - I am getting a 50/50 split - How can I change the width?

Re: [iText-questions] rtf space between lines

2008-02-08 Thread Mark Hall
Hi, before answering your question I would like to recommend the following two things: * Please read the online tutorial, or even better buy the book iText in Action. While the focus of both is on the PDF generation, the basic principles of generating PDF documents work exactly the same way

Re: [iText-questions] iText in action's new edition

2008-02-08 Thread Quintana Maldonado, Rafael
In other words: there's no reason not to buy 'iText in Action'. Please specify what you mean by 'which includes those gaps mentioned in this mail list'. / Thank you, basically what I meant with those gaps is the questions posted here which have the style: I followed what the book said in page

[iText-questions] Question about pdf Conformance

2008-02-08 Thread MEYER Jean-Baptiste
Hi, I would like with I text to open a PDF and to get the conformance of the file ( ie PDFA1A,PDFA1B,PDFX1A2001,PDFX32002 ) using the PdfReader class. The PdfXConformance is using only a pdfWriter. Is there an easy way to get this conformance ? Thanks

Re: [iText-questions] Help with itextsharp and security

2008-02-08 Thread Paulo Soares
You can send me the file. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Brown Sent: Friday, February 08, 2008 6:39 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Help with itextsharp and security

Re: [iText-questions] Help with itextsharp and security

2008-02-08 Thread Kevin Brown
Paulo: Thanks for the response. I took a different route and generated a certificate using Visual Studio (instead of using ones I use to have) and voila, it worked. I'm not even sure where the old .pfx file I had came from. It seems to be valid for other purposes and also worked with previous

Re: [iText-questions] rtf space between lines

2008-02-08 Thread Henry Lu
Thank you for your help. I tried the following but the resulta were the same: space between lines int the cell are the same no matter what i did. ph = new Phrase((float)0.1, st.getM_data2(), plainFont); cl = new Cell(ph); t.addCell(cl); -or-

Re: [iText-questions] legality issues of embedding Arial unicode

2008-02-08 Thread Leonard Rosenthol
Embedding it in your application? Or having your application embed it into a PDF? Those are two VERY different things... Leonard On Feb 8, 2008, at 1:31 PM, Alejandro (Alex) Soini wrote: I am curious about legal issues of embedding Arial Unicode in our application. Is this OK to do?

[iText-questions] rtf space between lines

2008-02-08 Thread Henry Lu
Is there a way to manage/change the space between lines within the same paragraph? And How? -Henry - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.

[iText-questions] legality issues of embedding Arial unicode

2008-02-08 Thread Alejandro (Alex) Soini
I am curious about legal issues of embedding Arial Unicode in our application. Is this OK to do? Is there a way to *not* embed Arial Unicode? I think we would actually prefer to not embed it but I cannot find any examples of using Arial Unicode without embedding it. Kind regards and

Re: [iText-questions] Question about pdf Conformance

2008-02-08 Thread Leonard Rosenthol
On Feb 8, 2008, at 5:54 AM, MEYER Jean-Baptiste wrote: I would like with I text to open a PDF and to get the conformance of the file ( ie PDFA1A,PDFA1B,PDFX1A2001,PDFX32002 ) using the PdfReader class. The PdfXConformance is using only a pdfWriter. Is there an easy way to get this conformance

[iText-questions] Can iText add an attachment to an XFA-style PDF?

2008-02-08 Thread Samuel B. Quiring
Greetings, I have a PDF that contains Javascript with this pattern: var oDoc = event.target; oDoc.importDataObject(localAttachmentName); The importDataObject method adds an attachment to the PDF file. The other related pattern is: var oDoc = event.target; var

Re: [iText-questions] SAXParseException

2008-02-08 Thread raffovi
Thanks a lot ;-) it's easy to edit the HTML file but the real problem is to make iText able to read HTML file gererated from PPT Regards raffo 1T3XT info wrote: raffovi schreef: Can someone help me? You already gave away the answer: Open quote is expected for attribute

Re: [iText-questions] text alignment in ColumnText

2008-02-08 Thread Paulo Soares
That looks like a bottom aligned PdfPTable. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mathias P.W Nilsson Sent: Friday, February 08, 2008 11:07 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] text alignment

[iText-questions] legality issues of embedding Arial

2008-02-08 Thread Alejandro (Alex) Soini
We have an application that generates PDF reports and we need to now concern ourselves with i18n. Arial Unicode seems to be the best font for this matter but I wonder if there would be any legal issues for us to have the font residing in our application server, which would generate reports and

[iText-questions] text alignment in ColumnText

2008-02-08 Thread Mathias P.W Nilsson
Hi! Is it possible to align a text in a ColumnText? I can only get it to work if I set the alignment for a paragraph. I wan't to be able to align the text from bottom up. Let's say I have a columntext that is 400 heigh and I want the text to write from bottom and up. Can this be done? Can

Re: [iText-questions] SAXParseException

2008-02-08 Thread 1T3XT info
raffovi schreef: Can someone help me? You already gave away the answer: Open quote is expected for attribute http-equiv associated with an element type meta. Answering questions is easy when people also post the solution ;-)

Re: [iText-questions] Col Span with Table

2008-02-08 Thread 1T3XT info
Jeff Norton schreef: I have two tables the first table is the primary table called datatable and has 5 columns The second table I want to nest in the first table and it is called sampleRefTable and has three columns Nesting tables with Table isn't the way to go. Use PdfPTable. -- This answer

Re: [iText-questions] Tool Tips before and after resultWriter.addPage(page)

2008-02-08 Thread 1T3XT info
Chris schreef: I simply don't know where to look for the cause of the problem, our itext api code does not consider any tool tip manipulation and I am not an expert in designing the form with adobe creator or whatsoever. Are you using PdfCopy? PdfCopyFields? Some more info would be

Re: [iText-questions] SAXParseException

2008-02-08 Thread 1T3XT info
raffovi schreef: Thanks a lot ;-) it's easy to edit the HTML file but the real problem is to make iText able to read HTML file gererated from PPT iText doesn't read HTML; iText reads a limited subset of XHTML. -- This answer is provided by 1T3XT BVBA

Re: [iText-questions] text alignment in ColumnText

2008-02-08 Thread 1T3XT info
Mathias P.W Nilsson schreef: I want all the text inside this columntext to be written from bottom to top. Do you mean you want to work with a negative leading? - This SF.net email is sponsored by: Microsoft Defy all

Re: [iText-questions] Columns - adjusting width

2008-02-08 Thread 1T3XT info
pmartin schreef: I have a one page document with two columns of text - I need the first column to be 30% the width of the page and the second column to be 70% the width of the page - I am getting a 50/50 split - How can I change the width? Are you using PdfPTable or ColumnText? With

Re: [iText-questions] legality issues of embedding Arial

2008-02-08 Thread Paulo Soares
The issue is not using the file but rather having the file. If you have a Microsoft Office license in the server you can have arialuni installed and you can use it in iText as there are no embedding restrictions in the font. Paulo - Original Message - From: Alejandro (Alex) Soini

[iText-questions] adding a lang attribute to rdf:li/ elements in a rdf:Seq in xmp

2008-02-08 Thread danh
Hi, First, thanks for releasing iText 2.0.8 which is a great package for generating pdfs and putting xmp metadata in them. It can do most of what i need, but i have some problems setting a lang attribute in an element, for certain kinds of deeply nested elements (rdf:Seq and rdf:Bag). I don't