Re: [iText-questions] Hiding/Showing Paragraphs

2013-06-12 Thread Ty Davis
coolBeans. Thank You VERY VERY much. On 6/12/2013 10:05 AM, 1T3XT BVBA wrote: > On 12/06/2013 16:14, Ty Davis wrote: >> Is it possible to hide/show text/paragraphs with some type of event >> action. A button or something. >> >> Can it work with just a hover event? > Yes, since PDF 1.5, you can de

Re: [iText-questions] Hiding/Showing Paragraphs

2013-06-12 Thread 1T3XT BVBA
On 12/06/2013 16:14, Ty Davis wrote: > Is it possible to hide/show text/paragraphs with some type of event > action. A button or something. > > Can it work with just a hover event? Yes, since PDF 1.5, you can define Optional Content Groups (OCG). By adding text, a paragraph,... to an OCG, you can

[iText-questions] Hiding/Showing Paragraphs

2013-06-12 Thread Ty Davis
Hello, Is it possible to hide/show text/paragraphs with some type of event action. A button or something. Can it work with just a hover event? Thank You -- This SF.net email is sponsored by Windows: Build for Windows

[iText-questions] project using itextsharp

2013-06-12 Thread Vishal S D
Can any one provide me a small project of fill able pdf using itextsharp , or link where i can find one that would be help full alot .. Thank you in advance Vishal -- This SF.net email is sponsored by Windows: Build for

Re: [iText-questions] Consultancy for iText

2013-06-12 Thread Dennis Lindeman
I am using LibreOffice to create PDF templates. I then use iText to populate the form fields. Thanks. On Wed, Jun 12, 2013 at 6:41 AM, Anders Wong wrote: > Dear Mrs,Miss > > I’m watching the iText for several years. It’s a great product. But I > want to know if there is something like

Re: [iText-questions] Consultancy for iText

2013-06-12 Thread iText Software
On Wed, 12 Jun 2013 13:41:43 +0200, Anders Wong wrote:I want to know if there is something like layout designer or templating so that we can design the report first and then populate it from business database or other datasource. I know iText is more directly to operate PDF. But I’m not sure wh

Re: [iText-questions] appearance.setReason I18n

2013-06-12 Thread iText Software
On Wed, 12 Jun 2013 13:33:47 +0200, Marot Laurent wrote: I’ve found following code in PdfSignatureAppearance class,  but i dont want to recompile so I’m going to hava a look at 2.4.1 Defining a custom PdfSignatureAppearance and following chapters     if (reason != null)     buf.a

[iText-questions] Consultancy for iText

2013-06-12 Thread Anders Wong
Dear Mrs,Miss I'm watching the iText for several years. It's a great product. But I want to know if there is something like layout designer or templating so that we can design the report first and then populate it from business database or other datasource. I'm working in a company for Import or

Re: [iText-questions] Setting the font of form text fields

2013-06-12 Thread KGK32
Finally I used a TextField. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Setting-the-font-of-form-text-fields-tp2967997p4658528.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] appearance.setReason I18n

2013-06-12 Thread Marot Laurent
I’ve found following code in PdfSignatureAppearance class, but i dont want to recompile so I’m going to hava a look at 2.4.1 Defining a custom PdfSignatureAppearance and following chapters if (reason != null) buf.append('\n').append("Reason: ").append(reason);

Re: [iText-questions] appearance.setReason I18n

2013-06-12 Thread iText Software
On Wed, 12 Jun 2013 12:52:56 +0200, Marot Laurent wrote: Hello,   I’d like to insert my own « reason Â» tag in the stamper.   But when using appearance.setReason(« MyReason Â») i always get :   Reason : myReason. Is it possible to change the word « Reason » for example « Raison » in fren

[iText-questions] appearance.setReason I18n

2013-06-12 Thread Marot Laurent
Hello, I'd like to insert my own « reason » tag in the stamper. But when using appearance.setReason(« MyReason ») i always get : Reason : myReason. Is it possible to change the word « Reason » for example « Raison » in french ? Than you Laurent Marot Chef de projets Tél : +33 1 55 38 98 98

Re: [iText-questions] Access denied for assembly 'itextsharp'

2013-06-12 Thread rjean99
This blog describes exactly what happened to us: http://pradeepc.net/blog/2009/11/04/getting-access-denied-errors-in-your-wcf-service-or-asp-net-application/ So it is not specific to iTextsharp. Something happened when we upgraded Visual Studio to 2012 (from 2008) even though we were targeting t