Re: [iText-questions] PDF Field background color not displayed or printed

2011-12-09 Thread KBogart
I thought I had a workable solution, but populating field values with non-null entries does not give consistent results. Near as I can tell, this has something to do with the "preview" mode of Acrobat reader. http://kb2.adobe.com/community/publishing/885/cpsid_88564.html http://blogs.adobe.com

[iText-questions] Decimal format lost when merging fdf and pdf

2011-12-09 Thread patrice
Hi, I'm trying to merge a fdf and a pdf together using this code but the problem is that the formatting is lost during the operation. Example: 2.5 instead of 2.500 PdfReader pdf = new PdfReader("E:\\mypdf.pdf"); FdfReader fdf = new FdfReader("E:\\my

Re: [iText-questions] FW: Question on hiding toolbar in Adobe X

2011-12-09 Thread Leonard Rosenthol
You should still see the HUD, if the user is using HUD mode. From: "r...@btclick.com" mailto:r...@btclick.com>> Reply-To: "r...@btclick.com" mailto:r...@btclick.com>>, Post here mailto:itext-questions@lists.sourceforge.net>> Date: Fri, 9 Dec 201

[iText-questions] FW: Question on hiding toolbar in Adobe X

2011-12-09 Thread John Renfrew
Leonard, Brijoy On win7 if I add a null user password and turn everything off (printing commenting etc) it will NOT show the toolbars when inside browser... john renfrew From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: 09 December 2011 17:11 To: Post here Subject: Re: [iText-que

Re: [iText-questions] Question on hiding toolbar in Adobe X

2011-12-09 Thread Leonard Rosenthol
Hiding the toolbar was never the way to "prevent saving" - you just avoided the real problem. And yes, there is no way to hide the toolbar (or the HUD) in the browser. From: Brijoy Janardhanan mailto:bri...@gmail.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: F

Re: [iText-questions] PDF Field background color not displayed or printed

2011-12-09 Thread KBogart
Its not quite as simple as the highlight fields button... But questioning my sanity has pointed the way to a solution! The fields that are highlighted are supposed to be blank. When I was adding the AcroFieldProperties object I was defining the background color. But since these fields did not

Re: [iText-questions] iText for Android

2011-12-09 Thread iText Info
Op 9/12/2011 16:49, khushwant dhayal schreef: > Is it free? Just like iText, it's free as in free speech, not as in free beer. iText is free software released under the AGPL. This means that you can use iText to create free software that is also available under the AGPL. However: if you want to u

Re: [iText-questions] iText for Android

2011-12-09 Thread iText Info
Op 9/12/2011 16:52, khushwant dhayal schreef: > Complete waste of my time And mine... -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and poin

[iText-questions] Question on hiding toolbar in Adobe X

2011-12-09 Thread Brijoy Janardhanan
Hello We are using iText 2.1.2 jar for our project. Issue we are facing is we are not able to hide the toolbar in the Adobe Reader 10 version. The code works well for Adobe 9 and lower version to hide the toolbar and menubar. Right now in Adobe X, the toolbar is enabled and allows the customer to

Re: [iText-questions] iText for Android

2011-12-09 Thread khushwant dhayal
Atleast you should have mentioned it on your website that iText 5.0.7 is not free.Complete waste of my time On Fri, Dec 9, 2011 at 9:21 PM, khushwant dhayal wrote: > No not yet > > > On Fri, Dec 9, 2011 at 9:17 PM, iText Info wrote: > >> Op 9/12/2011 16:42, khushwant dhayal schreef: >> > I have

Re: [iText-questions] iText for Android

2011-12-09 Thread khushwant dhayal
No not yet On Fri, Dec 9, 2011 at 9:17 PM, iText Info wrote: > Op 9/12/2011 16:42, khushwant dhayal schreef: > > I have already filled that form.Do i need to fill it again? > > No, didn't you get a response? > > > -- > C

Re: [iText-questions] iText for Android

2011-12-09 Thread khushwant dhayal
Is it free? iText 5.0.7 On Fri, Dec 9, 2011 at 9:12 PM, khushwant dhayal wrote: > I have already filled that form.Do i need to fill it again? > > > On Fri, Dec 9, 2011 at 9:07 PM, iText Info wrote: > >> Op 9/12/2011 16:31, khushwant dhayal schreef: >> > Could you please provide me the link of i

Re: [iText-questions] iText for Android

2011-12-09 Thread iText Info
Op 9/12/2011 16:42, khushwant dhayal schreef: > I have already filled that form.Do i need to fill it again? No, didn't you get a response? -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper i

Re: [iText-questions] iText for Android

2011-12-09 Thread khushwant dhayal
I have already filled that form.Do i need to fill it again? On Fri, Dec 9, 2011 at 9:07 PM, iText Info wrote: > Op 9/12/2011 16:31, khushwant dhayal schreef: > > Could you please provide me the link of iText.jar for android > > There's a jar based on iText 5.0.7 (that's the one used in the demos

Re: [iText-questions] iText for Android

2011-12-09 Thread iText Info
Op 9/12/2011 16:31, khushwant dhayal schreef: > Could you please provide me the link of iText.jar for android There's a jar based on iText 5.0.7 (that's the one used in the demos), but it's only made available after you fill out the sales form: http://itextpdf.com/sales/ For our paying customers

Re: [iText-questions] PDF Field background color not displayed or printed

2011-12-09 Thread iText Info
Op 9/12/2011 16:28, Leonard Rosenthol schreef: > The only reason that it doesn't display is that you have the "Hilight > existing fields" option turned on in Adobe Acrobat/Reader. If you > turn that off (the button in the purple bar at the top of the window) > then the yellow displays just fine

Re: [iText-questions] iText for Android

2011-12-09 Thread khushwant dhayal
Thanks for your detailed response. Could you please provide me the link of iText.jar for android or i have to make changes in original iText.jar? On Fri, Dec 9, 2011 at 8:41 PM, iText Info wrote: > Op 9/12/2011 15:38, khushwant dhayal schreef: > > Hi, > > > > I want to generate a pdf from andro

Re: [iText-questions] PDF Field background color not displayed or printed

2011-12-09 Thread Leonard Rosenthol
It prints just fine. The only reason that it doesn't display is that you have the "Hilight existing fields" option turned on in Adobe Acrobat/Reader. If you turn that off (the button in the purple bar at the top of the window) then the yellow displays just fine. Leonard From: "kbog...@amerit

Re: [iText-questions] PDF Field background color not displayed or printed

2011-12-09 Thread aszomor
If I fill these fields with informations > Is the color visible when you are not in the field? YES > Can you print it and see the highlight? YES -- Cloud Services Checklist: Pricing and Packaging Optimization This whit

Re: [iText-questions] iText for Android

2011-12-09 Thread iText Info
Op 9/12/2011 15:38, khushwant dhayal schreef: > Hi, > > I want to generate a pdf from android application using iText. Is it > possible? Yes: http://www.youtube.com/watch?v=wwmRiUaEfQc http://www.youtube.com/watch?v=PNLh4HqYtXY > if yes than could you please provide me any tutorial. No need for

Re: [iText-questions] PDF Field background color not displayed or printed

2011-12-09 Thread aszomor
> Is the color visible when you are not in the field? NO > Can you print it and see the highlight? NOT -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference

Re: [iText-questions] PDF Field background color not displayed or printed

2011-12-09 Thread KBogart
Is the color visible when you are not in the field? Can you print it and see the highlight? Ken Bogart | Ameritas | IT Consultant 1876 Waycross Road, Cincinnati, OH 45240 | p: 513-595-2299 | f: 513-595-2518 | kbog...@ameritas.com From: aszo...@szomor.hu To: Post all your q

[iText-questions] iText for Android

2011-12-09 Thread khushwant dhayal
Hi, I want to generate a pdf from android application using iText. Is it possible? if yes than could you please provide me any tutorial. Currently i am using iText 5.1.3 but i am getting following errors in my application - 12-09 19:50:15.842: E/dalvikvm(431): Could not find class 'com.itextpdf.t

Re: [iText-questions] PDF Field background color not displayed or printed

2011-12-09 Thread aszomor
Dear Ken, > Here is an example file. On page 3, the address block field should be > shaded yellow. The color is in the field when you click in it, but it > needs to be displayed and printable. It does display and print in > non-Adobe readers. I have Adobe Reader X (10.1.1) and I can see yelloww f

Re: [iText-questions] PKCS11 implementation in iText

2011-12-09 Thread aszomor
Dear Thomas, http://signserver.org/features.html Support for HSMs. Built in support for nCipher, PrimeCardHSM, SafeNet ProtectServer, SafeNet Luna, Utimaco CryptoServer, AEP Keyper, ARX CoSign and other HSMs with a good PKCS#11 library. You can download the source for it and I hope you will f

Re: [iText-questions] PKCS11 implementation in iText

2011-12-09 Thread Andreas Kuehne
Hi Thomas, that's always tricky terrain! I once made a sample for version 2.17. Dtmo this is mostly the playground of bouncy castle, not iText ... Anyway, what about the most simple way: Most HSM implementors provide an JCA implementation, too. This way you could get around all the nasty PKCS11 d

[iText-questions] PKCS11 implementation in iText

2011-12-09 Thread Thomas Rigolin
Hello, I want to use iText with an HSM by using the PKCS11 library. Do I have to implement my own solutionor is there an existing solution ? Thanks for your help! Thomas -- Cloud Services Checklist: Pricing and Packagi