Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread 1T3XT BVBA
On 15/06/2012 7:25, Hemant Sharma wrote: Can I continue using this ver 4.1.6 even now when the latest version is a paid version? There has never been a version 4.1.6 of iText, the Java-PDF version. We've discussed this over and over again: you shouldn't use old versions of iText for technical

[iText-questions] [SPAM] Re: [SPAM] Re: Re: iText error in signing big PDF files: SigDict /Contents illegal data

2012-06-15 Thread mkl
Paulo, Paulo Soares-4 wrote The fix is done in the SVN trunk. Please check that it works. after taking some detours (at first I simply updated to the most current trunk only to see that the signature API started to be changed on a larger scale with influences on the OP's source code; thus, I

Re: [iText-questions] Edit Annotations, trigger an action to save them back to the Database

2012-06-15 Thread Pinky
Hi Leonard, Please find more details on my requirements 1. The notes/comments needs to be saved in the database. 2. PDF's are viewed through a browser. 3. Acrobat reader 10 4. There is a JBoss server involved in which our application is running. The PDF's are saved in the database and we are

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread TvT
Mhm I didn't read java in Hemants post - did you? You may have forgotten ;-) but there is/was a iText C# version 4.1.6 - the latest licensed under MPL/LPGL. @Hemant What do you think? If you have the budget and the time/resources to adapt your project and test the new version then go with the

Re: [iText-questions] [SPAM] Re: Re: iText error in signing big PDF files: SigDict /Contents illegal data

2012-06-15 Thread roboboot
Please can you advise me a link to a build version of this patched version? I can test the new version on a large dataset of PDF. Roberto mkl wrote Paulo, Paulo Soares-4 wrote The fix is done in the SVN trunk. Please check that it works. after taking some detours (at first I simply

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread iText Info
Op 15/06/2012 9:54, TvT schreef: there is/was a iText C# version 4.1.6 That's not iText, that's iTextSharp ;-) -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

[iText-questions] [SPAM] Re: [SPAM] Re: Re: iText error in signing big PDF files: SigDict /Contents illegal data

2012-06-15 Thread mkl
Roberto, roboboot wrote Please can you advise me a link to a build version of this patched version? Unfortunately I do not have built a jar; instead I tested using eclipse projects, iText and an iText playground. You can easily built one on your own. Simply check out the revision in question

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread iText Info
Op 15/06/2012 12:57, Hemant Sharma schreef: So can we use the iTextSharp version 4.1.6 coded in C# for commercial use. If you don't care about your customer(s), you can probably do so. -- Live Security Virtual

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread TvT
The license is always the same whether it is Java or C# or C++ or Cobol or whatever language... 2012/6/15 Hemant Sharma hemant.sharma1...@gmail.com: as talking about the C# version ie iText Sharp( sorry for not being detailed there) So can we use the iTextSharp version 4.1.6 coded in C#  for

[iText-questions] HideMenuBar/HideToolBar problem

2012-06-15 Thread Sophia
Dear All, I am using copy.setViewerPreferences to HideMenuBar/HideToolBar option in my java code. It works fine for Adobe9 but higher version of Adobe and foxit reader still displays the toolbar/menubar. Is there is any way to specify the that pdf's should open only with adobe 9 version

Re: [iText-questions] Edit Annotations, trigger an action to save them back to the Database

2012-06-15 Thread Leonard Rosenthol
You should look into the Browser-based Review technology provided by Adobe in Adobe Reader. Details are on our web site. iText need not participate here... Leonard -Original Message- From: Pinky [mailto:depri...@gmail.com] Sent: Friday, June 15, 2012 4:17 AM To:

Re: [iText-questions] HideMenuBar/HideToolBar problem

2012-06-15 Thread Leonard Rosenthol
No, you cannot force a PDF to open in a specific version of a specific viewer. From: Sophia [mailto:sop...@mgtechsoft.com] Sent: Friday, June 15, 2012 8:07 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] HideMenuBar/HideToolBar problem Dear All, I am using

Re: [iText-questions] flattening

2012-06-15 Thread Leonard Rosenthol
No. From: Keith Stiller keith.stil...@rrd.commailto:keith.stil...@rrd.com Reply-To: Post here itext-questions@lists.sourceforge.netmailto:itext-questions@lists.sourceforge.net To: Post here itext-questions@lists.sourceforge.netmailto:itext-questions@lists.sourceforge.net Subject:

Re: [iText-questions] [SPAM] Re: Re: iText error in signing big PDF files: SigDict /Contents illegal data

2012-06-15 Thread roboboot
Ok, I compiled the iText for 5.2.2 SNAPSHOT but I have some error when I execute the Java sign application. There is an exception from BouncyCastle: Exception in thread main java.lang.NoSuchMethodError: org.bouncycastle.asn1.ASN1InputStream.readObject()Lorg/bouncycastle/asn1/ASN1Primitive;

Re: [iText-questions] [SPAM] Re: Re: iText error in signing big PDF files: SigDict /Contents illegal data

2012-06-15 Thread Paulo Soares
You need BC 1.47. Paulo On Fri, Jun 15, 2012 at 4:16 PM, roboboot rbattist...@acm.org wrote: Ok, I compiled the iText for 5.2.2 SNAPSHOT but I have some error when I execute the Java sign application. There is an exception from BouncyCastle: Exception in thread main

[iText-questions] Reading pdf text in C#, all dashes ( - ) are being incorrectly written out as NUL into my text file.

2012-06-15 Thread trevor
Hi folks, I would appreciate any advice on the following issue, I have been trying all kinds of encoding such as utf-8, iso-8859-1, etc. Also I have tried setting some basefonts (very trial and error), but no luck so far - I admit openly that I'm an itextsharp newb, and a c# newb too - thanks

Re: [iText-questions] Edit Annotations, trigger an action to save them back to the Database

2012-06-15 Thread dying veteran
On Fri, Jun 15, 2012 at 7:24 AM, Leonard Rosenthol lrose...@adobe.comwrote: You should look into the Browser-based Review technology provided by Adobe in Adobe Reader. Details are on our web site. link ? iText need not participate here... Leonard -Original Message- From:

Re: [iText-questions] Edit Annotations, trigger an action to save them back to the Database

2012-06-15 Thread Leonard Rosenthol
Web Search is your friend From: dying veteran [mailto:dyingvete...@gmail.com] Sent: Friday, June 15, 2012 1:20 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Edit Annotations, trigger an action to save them back to the Database On Fri, Jun 15, 2012 at 7:24