Re: [iText-questions] Alternate Text for Figures

2010-01-25 Thread 1T3XT info
Selvakumar, Sivagnanam wrote: > Hi All, > > Is it possible to add *alternate text* for figures in certain rectangle > area using ITextSharp? See http://1t3xt.info/examples/browse/?page=example&id=292 -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ---

[iText-questions] Alternate Text for Figures

2010-01-25 Thread Selvakumar, Sivagnanam
Hi All, Is it possible to add alternate text for figures in certain rectangle area using ITextSharp? Regards, Selvakumar -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with ent

[iText-questions] SHA-256 Signing Itextsharp

2010-01-25 Thread Zewin
Any news about SHA-256 signing? I tried modify example code at http://itextpdf.sourceforge.net/howtosign.html#signextitextsharp2 replacing HashAlgorithm sha = new SHA1CryptoServiceProvider(); with HashAlgorithm sha = new

Re: [iText-questions] Concatenating forms

2010-01-25 Thread Mark Storer
It's still POSSIBLE to do a popup calendar, it's just a big PITA. Adobe supports creating dialogs in JS. Check out .. err... ah! app.execDialog() in the JS API reference (and I believe there's quite a bit in the guide as well). And it won't look as nice. --Mark Storer Senior Software Engin

Re: [iText-questions] Concatenating forms

2010-01-25 Thread pc53
Thanks to both responders. I went down the LiveCycle path because that's where Adobe seemed to lead me, but I'm happy to stick with Acrobat (though I miss the pop-up calendar) -- View this message in context: http://old.nabble.com/Concatenating-forms-tp27278933p27315436.html Sent from the iText

Re: [iText-questions] Merge of detached signature

2010-01-25 Thread Andreas Kuehne
Couldn't remember that I ever disagreed with Leonard, but now it's the time ! Of course it's possible what your describing : - Build a semi-signed PDF with room for the signature - Get the hash value - Store the half-baked PDF on disk - Sign the hash and create a PKCS7-Signature, somtimes later,

Re: [iText-questions] Concatenating forms

2010-01-25 Thread Mark Storer
iText only supports LiveCicle Designer ("XFA") forms as far as getting and setting field values. Anything beyond that (and merging forms is WELL beyond that) and you're on your own. It sounds like all the XFA is being stripped out, which doesn't surprise me in the least. "Not Supported", and

Re: [iText-questions] Populate hidden fields in XFA document

2010-01-25 Thread Mark Storer
1) This really isn't the place to be asking about CREATING XFA documents. iText doesn't do that, though it can get/set field values in an XFA form. 2) I believe so, but you'd have to ask people who know more about XFA than I (or anyone else on the list with the possible exception of Leonard) to

Re: [iText-questions] Xfa signature

2010-01-25 Thread Mathieu Fortin
Still unanswered. Is that one of those adobe proprietary feature? An interesting but maybe unrelated thing is that if we delibarately produces an error in the xml , adobe reader throws a bunch of xml parsing error BUT the signature appears( doesn't validate though) Notarius Inc. 700-1080 Côt

Re: [iText-questions] Merge of detached signature

2010-01-25 Thread Mathieu Fortin
Ok that's what I thought, thx. Notarius Inc. 700-1080 Côte du Beaver Hall Montréal, Québec, H2Z 1S8 Avis de confidentialité / Confidentiality Notice Notarius Inc. - Certifié ISO 9001 : 2000 Centre de certification du Québec - Certifié ISO 27001 : 2005

Re: [iText-questions] Merge of detached signature

2010-01-25 Thread Leonard Rosenthol
No, it is not possible due to how PDF signatures work. From: Mathieu Fortin [mailto:mathieu.for...@notarius.com] Sent: Monday, January 25, 2010 10:45 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Merge of detached signature Hi Is it possible for a client to get the con

[iText-questions] Merge of detached signature

2010-01-25 Thread Mathieu Fortin
Hi Is it possible for a client to get the content to be signed from a server app (which uses itext) , sign that hash, and send that pkcs7 to the server app which would "merge" it in the original pdf? It works when we do a single step, ie as shown in the detached signatures example, but it does

Re: [iText-questions] Polish National Characters are not getting displayed in the PDF created by iTExt

2010-01-25 Thread Mariusz Dec
2010/1/25 1T3XT info > Mariusz Dec wrote: > > How to obtain physical filename of the font visible on the list obtained > > as mentioned above? > > > > I have searched the web but I have found only this information: > > Searching the web is more frustrating than consulting the book about > iText..

Re: [iText-questions] Polish National Characters are not getting displayed in the PDF created by iTExt

2010-01-25 Thread 1T3XT info
Mariusz Dec wrote: > How to obtain physical filename of the font visible on the list obtained > as mentioned above? > > I have searched the web but I have found only this information: Searching the web is more frustrating than consulting the book about iText... I'm always surprised when people

Re: [iText-questions] Polish National Characters are not getting displayed in the PDF created by iTExt

2010-01-25 Thread Mariusz Dec
Hi all, This example shows how to use polish fonts while using explicite font file name. I have prepared font dialog (list) using: String[] fonts = GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames(); Using this list I would like to create PDFStamp with polish charact

Re: [iText-questions] Signed pdf fails to be printed using adobe 7

2010-01-25 Thread Juan Francisco Fernández Carrasco
Thank you Paulo, Could you explain me a bit more about unbalanced save/restore states? The PDF document is generated using an application called "Papirus" which is out of my control. Then, the system I develop, signs the PDF using iTextSharp. I assume that signing the PDF doesn't corrupt the

Re: [iText-questions] Knowing the Correct Font Encoding for FontFactory.getFont()

2010-01-25 Thread Paulo Soares
Truetype fonts have flags for this but they often lie. Unicode fonts can be identified by the internal cmaps, this information is currently not exposed to the exterior and I suspect it would be of little use. Paulo > -Original Message- > From: mister bean [mailto:abinst...@pacificdataw

Re: [iText-questions] Signed pdf fails to be printed using adobe 7

2010-01-25 Thread Paulo Soares
It works in Acrobat 9. I've seen this before in a badly formed page with unbalanced save/restore states that caused the big or small pages. Versions of Acrobat may deal with this differently. Paulo > -Original Message- > From: Juan Francisco Fernández Carrasco > [mailto:juan.fernan...@

[iText-questions] Signed pdf fails to be printed using adobe 7

2010-01-25 Thread Juan Francisco Fernández Carrasco
Thank you Leonard for the information, However, as I've written in my first mail, migration to adobe 8 or 9 is not possible in the near future, so we'll need an alternative solution. Are you aware which is the cause of this behaviour? Maybe knowing the cause could lead us to find an alternati

Re: [iText-questions] Signed pdf fails to be printed using adobe 7

2010-01-25 Thread Leonard Rosenthol
Adobe Reader 7 is no longer supported by Adobe (as of Dec 31, 2009). -Original Message- From: Juan Francisco Fernández Carrasco [mailto:juan.fernan...@vintegris.com] Sent: Monday, January 25, 2010 3:28 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Signed pdf fa

Re: [iText-questions] Polish National Characters are not getting displayed in the PDF created by iTExt

2010-01-25 Thread hansgeerdink
Yesss, all works fine now! Thank you very much for your example code. Just to let anybody know what my problem was, perhaps it helps others? - First: is a must, ceate a BASEFONT, using the correct character code (set id) page, my case Cp1250. - Second: which is also a must use a Font which suppo

Re: [iText-questions] PDFTable issue

2010-01-25 Thread Mike Marchywka
> Date: Mon, 25 Jan 2010 12:39:09 +0100 > > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDFTable issue > > > > > > > > > Hi ... > > I have a problem with PDFTable under java. When I try to create a cell > with colspan it works. S

[iText-questions] Barcode128 createImageAndB arcode somtimes produces wrong readable code

2010-01-25 Thread Mark Seinen
Hi, I have the following weird problem: When creating a ImageAndBarcode, using barcode128, most of the time everything is going great. But, somteimes the readable code is 'shifted' on character up. For example: 3SAAC4300029640 becomes 4TBBD541113:751 and 3SAAC4300029948 becomes 4TBBD541113::59