Re: [iText-questions] problem with adding content to the last page

2009-11-26 Thread Wain, Matthew
Hi :) My experience of iText is only a few weeks old, but I'd already made conditional new pages so I knew that it might help in your circumstance. The implications depend on what conditions you put into the newPage override. I'd want to understand it fully as well :) It was only a quick

[iText-questions] (no subject)

2009-11-26 Thread Achilleas Mantzios
Hi, it is the first time i write to the list (pls include my address in the reply), although we are using successfully iText to produce dynamic PDFs since version 1.01 (currently we are on 1.3). My question could be considered more PDF-technology oriented rather than exclusively iText oriented.

[iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Achilleas Mantzios
Hi, sorry for posting twice (this time with a subject as well :) it is the first time i write to the list (pls include my address in the reply), although we are using successfully iText to produce dynamic PDFs since version 1.01 (currently we are on 1.3). My question could be considered more

Re: [iText-questions] [iText-Questions] Reading the PDF Forms which has the Data connection

2009-11-26 Thread Leonard Rosenthol
That is correct - you need to the XML itself. From: Sree Harsha Vardhana [mailto:sreeharshavardh...@gmail.com] Sent: Thursday, November 26, 2009 1:26 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] [iText-Questions] Reading the PDF Forms which has the Data connection

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Achilleas Mantzios
Leonard, thanx for your answer. Does Adobe Acrobat Professional have an API? Also, we will not be receiving forms, but rather programmatically creating them. Can you please be more precise as to where Acrobat Professional gets into the equation regarding the 5 steps i mentioned? Let me rewrite

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread George Bilalis
Hi, I think you are right this is not a iText directly related subject, so in this context you may check IMHO with Adobe's LiveCycle Reader Extensions technology. It does what you want off the self, and then some. 1. The forms workflow can be offline (or online) 2. The forms are always

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Achilleas Mantzios
George Thanx, for your answer. Our suppliers i am talking about are not our clients. We are their client! And they will not buy or purchase anything just for our sake. (so your assumption about Acrobar Reader (or any reader, i personally use kpdf) is correct. I am not sure that i understood

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Leonard Rosenthol
Reader can't save - which means it can't email a filled in form. -Original Message- From: Mike Marchywka [mailto:marchy...@hotmail.com] Sent: Thursday, November 26, 2009 9:26 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Fillable and Saveable forms in PDF

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Leonard Rosenthol
0.5 – and since this is an automated process, Acrobat won’t suffice. You will need LiveCycle. However, we don’t offer a FreeBSD version though we do have one for Linux. Leonard From: Achilleas Mantzios [mailto:mantzios.ach...@yahoo.com] Sent: Thursday, November 26, 2009 9:32 AM To: Post all

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Leonard Rosenthol
It's all about the client. As you note, Adobe Reader can ONLY save values of forms that have been Reader enabled (hence the terminology). However, it is true that other PDF readers/viewers support saving natively and then there are PDF readers/viewers that don't support saving at all. You

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Achilleas Mantzios
According to http://www.adobe.com/products/livecycle/readerextensions/ Why LiveCycle Reader Extensions ES2 is your best choice Support for multiple client platformsNo additional software needed by end usersSingle solution that supports both wet and digital signatures

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Achilleas Mantzios
I got it. Thanx! Linux is no problem i guess PS Does the LiveCycle implement some standard of PDF?  Can iText implement it as well? Is it a closed adobe extension aiming to work only on Acrobat Reader? I am not a big PDF techie (standards-wise), just wrote some programs with iText, thats all.

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Leonard Rosenthol
Reader Extensions (as described in ISO 32000-1) are based on public key cryptography where the viewer of the document (Adobe Reader, in this case) has the public key and the authoring software for the document (LC Reader Extensions, in this case) has the private key. Since iText (or any other

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Mike Marchywka
From: To: itext-questions@lists.sourceforge.net Date: Thu, 26 Nov 2009 07:36:13 -0800 Subject: Re: [iText-questions] Fillable and Saveable forms in PDF files It’s all about the client. As you note, Adobe Reader can ONLY save values

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread George Bilalis
Hi Achilleas, as Leonard already comfirmed: As you note, Adobe Reader can ONLY save values of forms that have been “Reader enabled” (hence the terminology). However, it is true that other PDF readers/viewers support saving natively and then there are PDF readers/viewers that don’t support

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Mike Marchywka
From: lrose...@adobe.com To: itext-questions@lists.sourceforge.net Date: Thu, 26 Nov 2009 08:00:07 -0800 Subject: Re: [iText-questions] Fillable and Saveable forms in PDF files Reader Extensions (as described in ISO 32000-1) are based

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Mirco Piccin
Hi, 1) the suppliers to get our request for quotation via email, 2) fill the form, 3) save it (by some way) (here i guess comes the hard part) and then 4) return it to us via email. Then 5) some iText program of ours will parse their filled-in forms and read their prices/item (is it feasible

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread George Bilalis
Hi, One of the best features IMHO in the LCES workflow about readerExtension Server and forms, is the functionality for the form originator to: 1. Recall (invalidate) a form that has been issued previously and a client was handed. This applies if data in the form like Unit Item Price changed! 2.

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Leonard Rosenthol
Adobe's LiveCycle product family (especially Reader Extension Server) is what one would use in this instance to enable each PDF generated by iText. We have numerous customers that use tools such as iText to produce the documents but then enable them with LCRES - no big deal. No, an ISO 32000-1

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Achilleas Mantzios
Thanx for your precise answer! Achilleas Mantzios --- On Thu, 11/26/09, Leonard Rosenthol lrose...@adobe.com wrote: From: Leonard Rosenthol lrose...@adobe.com Subject: Re: [iText-questions] Fillable and Saveable forms in PDF files To: Post all your questions about iText here

[iText-questions] Thumb-indexes

2009-11-26 Thread mercure . fle
Hi, I would like to add thumb-indexes to an existant PDF document using IText. With PdfContentByte object and the showTextAligned function, I can add oriented text in margin, it's fine ! I would like to define a textArea on which my text will be confined, just like in a cell but it seems

Re: [iText-questions] (no subject)

2009-11-26 Thread Michael Stringham
To allow users to SAVE data in their PDF (using Acrobat, not just Reader), please read: Enable Reader users to save form data Ordinarily, Reader users can’t save filled-in copies of forms that they complete. However, you can extend rights to Reader users so they have the ability to do so. These

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Achilleas Mantzios
While we are at it, i would like to ask George and Leonard the following: I saw over the http://www.adobe.com/products/livecycle/readerextensions/ site that 1) We are talking about a full blown server and not just a stateless, non-persistent API. 2) Among the requirements i saw that one should

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Leonard Rosenthol
It’s a server-based software solution, yes. It’s not just a API or library. You don’t need a database for just Reader Extensions. Pricing varies based on your usage – you will need to speak to a sales person. Leonard From: Achilleas Mantzios [mailto:mantzios.ach...@yahoo.com] Sent: Thursday,

Re: [iText-questions] Thumb-indexes

2009-11-26 Thread 1T3XT info
mercure@aliceadsl.fr wrote: but it seems impossible to add a PDFTable into a PdfContentByte. That's not true, you can add a PdfPTable to a PdfContentByte with writeSelectedRows. There's an example in chapter 4 of iText in Action 2E already available in MEAP: http://1t3xt.com/docs/book.php

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread Bruno Lowagie
Achilleas Mantzios wrote: Thanx for your precise answer! I second that. This (long) thread was very interesting. best regards, Bruno -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial.