Re: [iText-questions] Re:

2005-05-25 Thread Justin Lee
I add the nested PdfPTable to a cell, set colspan(3), and add that cell to the enclosing table. Agatha H. Liu wrote: > Justin, > > It's still not clear to me how you made the subtable span multiple > columns of the enclosing table... I tried setDefaultColSpan() on the > enclosing table with ins

[iText-questions] Re:

2005-05-25 Thread Justin Lee
I created a table with the same number of columns as the enclosing table and then worked with the subtable as if it were the enclosing table. When I was done adding those rows, I just added the subtable to the enclosing table with a colspan of 3 (in my case...). Worked like a charm. Agatha H. Liu

[iText-questions] iText PdfStamper & Jpedal

2005-05-25 Thread Michelle Lawson
I have enclosed partials from my code. Basically, my PdfViewer that is called within a JPanel screen that I have. The PdfViewer calls a class PdfWaterMarker which uses iText to add a watermark to the PDF. It recieves a byte[] and returns a new byte[]. My main screen shows me a list of PDFs tha

Re: [iText-questions] Displaying certain consecutive rows on the same page...

2005-05-25 Thread Justin Lee
Having just "solved" this problem, the answer i went with is to put those rows in a subtable and disallow that table to break. That will for the required rows to stay together while allowing the enclosing table to break according to whatever policy is defined. Bruno Lowagie wrote: > Agatha H. Liu

Re: [iText-questions] Displaying certain consecutive rows on the same page...

2005-05-25 Thread Bruno Lowagie
Agatha H. Liu wrote: Hi, I didn't find much information in the mail archive about the issue I'm dealing with. I've got a table,and what I need is to have certain consecutive rows displayed on the same page instead of split over two pages. If anyone would suggest an efficient way to achieve t

[iText-questions] Displaying certain consecutive rows on the same page...

2005-05-25 Thread Agatha H. Liu
Hi, I didn't find much information in the mail archive about the issue I'm dealing with. I've got a table,and what I need is to have certain consecutive rows displayed on the same page instead of split over two pages. If anyone would suggest an efficient way to achieve this, I'd greatly appreciate

[iText-questions] Error when submiting form: "Cannot handle content type"

2005-05-25 Thread Toothpaste Sandwich
I've used iText to generate some Pdf documents with forms, but those forms don't work for some users. I can open up one of the docs in Acrobat Reader 6.0 and hit the submit button (created by PdfAcroForm.addHtmlPostButton) without problems. For some people on Reader 7.0, hitting the submit button

RE: [iText-questions] Page-by-Page Download

2005-05-25 Thread Leonard Rosenthol
At 11:08 AM 5/25/2005, Youssef Eldakar wrote: Are there plans to support linearization in iText? At the moment, is there a quick workaround to linearize files I am producing using iText? You can post-process them on the server with a couple of server-based solutions, including my com

RE: [iText-questions] Page-by-Page Download

2005-05-25 Thread Leonard Rosenthol
At 11:17 AM 5/25/2005, Youssef Eldakar wrote: Do you know at which version of the specification did linearization become a feature of PDF? PDF 1.2 Leonard --- Leonard Rosenthol

RE: [iText-questions] Page-by-Page Download

2005-05-25 Thread Youssef Eldakar
Leonard, Do you know at which version of the specification did linearization become a feature of PDF? Thank you so much. Youssef Eldakar Bibliotheca Alexandrina -Original Message- From: Leonard Rosenthol [mailto:[EMAIL PROTECTED] Sent: Wed 5/25/2005 5:43 PM

RE: [iText-questions] Page-by-Page Download

2005-05-25 Thread Youssef Eldakar
Are there plans to support linearization in iText? At the moment, is there a quick workaround to linearize files I am producing using iText? Youssef Eldakar Bibliotheca Alexandrina -Original Message- From: Bruno Lowagie [mailto:[EMAIL PROTECTED] Sent: Wed 5/25/

RE: [iText-questions] 2 PdfPCell dans 1 PdfPCell

2005-05-25 Thread Paulo Soares
setPadding(0) sur la celule exterieur. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Canou > Sent: Wednesday, May 25, 2005 3:33 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] 2 PdfPCell dans 1 PdfPCell > > Bonjour

[iText-questions] 2 PdfPCell dans 1 PdfPCell

2005-05-25 Thread Canou
Bonjour, j'aimerais qu'une cellule (PdfPCell) de mon tableau (PdfPTable) contienne 2 cellules. Un peu comme dans l'exemple "nested tables". Seulement j'aimerais que l'espace entre entre ma grosse cellule et mes 2 petites cellules soient nulle. Au niveau des bordures, j'aimerais qu'elles se con

Re: [iText-questions] Page-by-Page Download

2005-05-25 Thread Bruno Lowagie
Youssef Eldakar wrote: When one clicks on a link to a PDF in the Web browser, does Adobe Reader download the whole PDF before it is possible to view it, or does it download only the pages the user navigates to? Standard: the complete PDF is downloaded before anything can be seen (the XRef ta

Re: [iText-questions] Page-by-Page Download

2005-05-25 Thread Leonard Rosenthol
At 10:25 AM 5/25/2005, Youssef Eldakar wrote: When one clicks on a link to a PDF in the Web browser, does Adobe Reader download the whole PDF before it is possible to view it, or does it download only the pages the user navigates to? Depends on three things. First, is the PD

[iText-questions] Page-by-Page Download

2005-05-25 Thread Youssef Eldakar
When one clicks on a link to a PDF in the Web browser, does Adobe Reader download the whole PDF before it is possible to view it, or does it download only the pages the user navigates to? Youssef Eldakar Bibliotheca Alexandrina HS^�隊X���'��: y� ay欉���譫^�yb��(Š�b�毢'b� az��

RE: [iText-questions] PDF Creation using XML

2005-05-25 Thread Sloey, James
I debated using FO to create my PDF's but in my case I had a standard form to fill in with XML. I created a PDF template with form fields which are filled by the XML. I flatten the XML, retrieve all the field names from the form and use xTom to grab the values. The field names match the xTom

Re: [iText-questions] pdf to tif

2005-05-25 Thread Leonard Rosenthol
At 06:50 AM 5/25/2005, Andy Brough wrote: Can anyone advise me on using itext to convert a pdf to tif ? Sure - it's not possible. You'll want to look at solutions such as JPEDAL, Multivalent or PSServices. Leonard ---

RE: [iText-questions] PdfPCell et rowspan

2005-05-25 Thread Paulo Soares
http://itextdocs.lowagie.com/tutorial/objects/tables/index.html#addingcells cherchez pour "nested tables". > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Canou > Sent: Wednesday, May 25, 2005 11:39 AM > To: itext-questions@lists.sourceforge.ne

[iText-questions] pdf to tif

2005-05-25 Thread Andy Brough
Can anyone advise me on using itext to convert a pdf to tif ? Looking at the documentation I thought it would be a similar concept to RtfWriter, and use Java Advanced Imaging Appoligies if this has already been asked but the search facility is down on the forum. Thanks Andy DISCLAIMER:The info

[iText-questions] PdfPCell et rowspan

2005-05-25 Thread Canou
Bonjour, j'aimerais avec une PdfPCell mettre un rowspan. Comment puis-je faire ? merci des réponses. --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how y

RE: [iText-questions] Re: Problems in Adobe Version 7.0 with acroForm Field Names

2005-05-25 Thread Paulo Soares
There are no plans to support Designer 7 (for now). > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Richard Hurst > Sent: Tuesday, May 24, 2005 7:12 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Re: Problems in Adob

RE: [iText-questions] form fields and tables

2005-05-25 Thread Paulo Soares
http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/index.html#cellevents > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Oguz Kamer Dogan > Sent: Wednesday, May 25, 2005 11:01 AM > To: itext-questions@lists.sourceforge.net > Subject

RE: [iText-questions] PDF Creation using XML

2005-05-25 Thread Paulo Soares
http://www.lowagie.com/iText/tutorial/ch07.html > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, May 25, 2005 6:22 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF Creation using

[iText-questions] form fields and tables

2005-05-25 Thread Oğuz Kamer Doğan
Hello i am new. Please help me. How can i put acroform fileds into a table like in html forms. i use itextdotnet version. i couldnt find an appropiriate way. So i tried first creating table and then putting form fileds over them . But i couldnt find the way of getting the rectangle(borders) or pos

[iText-questions] facing Leading & Kerning problem while pdf creation

2005-05-25 Thread asingh
Hello,     I am using itext library for generating PDF. While generating, i am facing some problems. Could anyone help me out.       Q.) How to handle Leading, Kerning and tracking values.     Q.) Is it possible to put cropping marks in the PDF while generating and how?   Thanx & Regrds

[iText-questions] Re: Problems in Adobe Version 7.0 with acroForm Field Names

2005-05-25 Thread Richard Hurst
Hi Paulo Thanks for confirming that - I gues it is because the Adobe 7.0 document seems to have some kind of kierachy within the document - at least that is how it appears when you view the acroForm fields in the Netbeans IDE (as local variables) I wondered if anyone had done anything further

Re: [iText-questions] Error while adding one PDF to another PDF

2005-05-25 Thread Firoz
Hi Paulo, Thanks a lot for your reply. Actually this was the problem we were facing . Regards, Firoz - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Firoz" <[EMAIL PROTECTED]>; Cc: "Slathif" <[EMAIL PROTECTED]> Sent: Tuesday, May 24, 2005 6:51 PM Subject: RE: [iText

Re: [iText-questions] using more complex area for paragraph

2005-05-25 Thread Bruno Lowagie
Ilja Livenson wrote: Hi, I'm kind of stuck with this problem: the document I'm doing has a pretty complex form so I would really would like to specify Polygon (instead of Rectangle) for the form of the SimpleCell (which would look like this: http://ilja.webmedia.ee/cell.gif ). Is it possible