Re: [iText-questions] iText 2.1.3 PDF is displayed blank in IE

2012-07-03 Thread Michael Demey
Then it's not iText-related. Try an update or a re-install for the PDF viewer in IE. Try reinstalling IE. Move on from IE. Regards, Michael. Op 3/07/2012 9:58, Selvaraj, Sudharsan schreef: - We are able to open the PDF in different browsers (Firefox, Chrome). Thanks and Regards,

Re: [iText-questions] .Net Compatibility question

2012-07-03 Thread Michael Demey
Hi, Yes, the assemblies can be used on 4.0 and 4.5. (Just did a quick Hello World test on the 4.5 RC). Are you planning on using iTextsharp for Metro apps? I'm not certain how iText will behave in Metro applications. Regards, Michael. Op 3/07/2012 9:08, Anthony Lisbona schreef: Hi We

Re: [iText-questions] Optimize large PDFPTable generation

2012-07-06 Thread Michael Demey
Hi, Is it possible to post your code or the generated PDF? Without those it's a bit hard to answer your question. Regards, Michael. Op 6/07/2012 10:44, François Miermont schreef: Hello, I’m using iTextSharp 4.1.2 for a few years and I’m really satisfied with it. Though I have to generate

Re: [iText-questions] facing issues while using iTextSharp in C#/XAML metro app

2012-07-18 Thread Michael Demey
Hi, First of all: I haven't done any developing in Metro at all. Secondly: Do note that it's not favorable to just use .NET libraries in Metro and expecting them to work out of the box without checking compatibility. Metro has changed quite a few things. I assume you're talking about the

Re: [iText-questions] facing issues while using iTextSharp in C#/XAML metro app

2012-07-19 Thread Michael Demey
I don't know what the workload would be. I'd imagine it will not be as easy as just replacing the references as the Windows.Storage works differently. You can try if you want to, but iText doesn't have any plans concerning a Metro port. Regards, Michael. Op 19/07/2012 3:13, ch3rryc0ke

Re: [iText-questions] using Css with Pdf files

2012-07-19 Thread Michael Demey
Hi, There is if your content is formatted in HTML: http://sourceforge.net/projects/xmlworker/ Regards, Michael. Op 13/07/2012 15:12, arif turgut schreef: Hi Guys, Is there a way using css files with pdf ? I know flying-saucer libary. But I guess it does not have support anymore .

Re: [iText-questions] (no subject)

2012-07-20 Thread Michael Demey
Hi, Any reason you're still using 2.1.3? It would be better if you'd post more details. Without the PDF or code we'd be guessing what the cause could be. Also, what are the iPad specs? What browser are you using there? Which viewer? Have you tried copying the PDF to the iPad and opening it

Re: [iText-questions] Dingbats list

2012-08-14 Thread Michael Demey
Setting the color of the dingbats has been added and will be available in the next release. Kind regards, Michael. Op 14/08/2012 8:13, 1T3XT BVBA schreef: On 13/08/2012 21:10, John Renfrew wrote: Is there a way to set the colour of the dingbat in a zapfdingbatslist? That's currently not

Re: [iText-questions] com.itextpdf.text.exceptions.InvalidPdfException: Rebuild failed: trailer not found

2012-09-11 Thread Michael Demey
Hi, First of all, what version are you using? Line 505 of PdfReader in the latest build would suggest it throws that exception on a '}'. More important, the exception tells you your PDF is invalid: trailer not found. So, how did you create this PDF? Could you send it to us? And some code

Re: [iText-questions] Protect the PDF with digital signature in Android sample

2013-02-25 Thread Michael Demey
Hi, First of all, Android uses a custom version of bouncycastle, so by adding bouncycastle to your application, you are most likely to run into problems. That's why SpongyCastle exists. Secondly, iText has an Android port which has dependencies on the right libraries (spongycastle vs

Re: [iText-questions] XML documentation files missing for itextsharp libraries

2013-03-01 Thread Michael Demey
Hi Wayne, I've uploaded the xml to the following location: http://itextsupport.com/files/itextsharpxml/iTextSharp.zip From the next release onwards, the xml will be included in iText. Kind regards, Michaël. Op 28/02/2013 15:20, Wayne Bloss schreef: Hello, Is there an itextsharp.xml file

Re: [iText-questions] Method getAppearanceStates() in com.itextpdf.text.pdf.AcroFields breaks the orde

2013-04-05 Thread Michael Demey
Hi, I went ahead and fixed this problem and it should be in the next release (5.4.1, released in the next week). Even though the JavaDocs of getAppearance(fieldName) did not mention it applied to a Combobox, it should process it correctly. AcroFields.getAppearance(fieldName) now returns the

Re: [iText-questions] Merging PDF's with the Android version of iText - Compile error

2013-04-11 Thread Michael Demey
Hi, Thanks for the heads up. I fixed this bug and reuploaded 5.4.0 to the repository. Could you confirm with your code that this is fixed? Kind regards, Michael. Op 9/04/2013 17:17, Dom Pardoe schreef: Hi, I'm using itextgoogle-5.4.0.jar in my eclipse android project. One of the key

Re: [iText-questions] Converting DXF files to PDF

2013-04-16 Thread Michael Demey
Hi, iText doesn't support DXF. It supports U3D. Can you export your project as U3D or is there a way to convert DXF to U3D? If so, that's the way to go. Kind regards, Michaël. Op 10/04/2013 17:11, Walker, Michael schreef: Hi, I am using version 5.4.0.0 of iText and was wondering if it is

Re: [iText-questions] iText xmlhelper

2013-04-23 Thread Michael Demey
Hi, No you cannot do that from the browser (with iText). You can open a connection to the URL and parse the InputStream with Java (and thus with iText). But you can't do this directly from a browser. Kind regards, Michaël. Op 23/04/2013 12:55, Ty Davis schreef: Im sorry, I should have been

Re: [iText-questions] NumberFormatException and StringIndexOutOfBoundsException

2013-06-04 Thread Michael Demey
Hi Dmitry, If you're using the latest version of iText (5.4.2), could you provide those PDFs to us? If you're not, could you upgrade and check your PDFs again? Kind regards, Michaël. Op 3/06/2013 12:50, Dmitry Katsubo schreef: Dear iText developers, I have noticed that for certain (perhaps

Re: [iText-questions] Android example code: Sign pdf with *.p12 certificate

2013-07-04 Thread Michael Demey
Hi, What version of Android are you using? 4.1 seems to be having some issues with the getPrivateKey method of KeyChain. Some stackoverflow questions: http://stackoverflow.com/questions/12507697/keychain-getprivatekeycontext-string-on-android-4-1

Re: [iText-questions] Export Html to PDF using ITextsharp

2013-08-22 Thread Michael Demey
Hi, HTMLWorker is deprecated, please use XMLWorker: http://sourceforge.net/projects/itextsharp/files/xmlworker/ Kind regards, Michaël. Op 22/08/2013 12:45, Qaisar Shabbir Awan schreef: I have tried below code i am also facing the error, so please help me to solve this error. Thanks. I am

Re: [iText-questions] java.lang.NoClassDefFoundError: java.nio.MappedByteBuffer is a restricted class. Please see the Google App Engine developer's guide for more details.

2013-09-12 Thread Michael Demey
Hi Franscesca, I guess that you're using a path parameter somewhere in your code. Most likely when reading an existing PDF with PdfReader. If you are not, could you post your entry point, your code or the entire stack trace? If you do use PdfReader(String): Due to the way that Google App

Re: [iText-questions] xmlworker example

2013-09-18 Thread Michael Demey
Hi, Would this link be of help to you? http://demo.itextsupport.com/xmlworker/itextdoc/flatsite.html Kind regards, Michaël. Op 17/09/2013 17:53, Ty Davis schreef: Hello, Can someone please steer me towards an xmlworker example. I dont even know where to start with this. Thank You

Re: [iText-questions] Starting problem with Android

2013-09-19 Thread Michael Demey
Hi, The samples for Android are the same as for the Java core library, which can be found in the book or online at the following url: http://itextpdf.com/book/ Kind regards, Michaël. Op 19/09/2013 9:03, Vaikunth Parmar schreef: Hi, I have gone through all the example codes. But didn't find

Re: [iText-questions] error on converting html with symbol to pdf

2013-09-24 Thread Michael Demey
Hi, Please provide the HTML that is failing and the iText and XmlWorker version numbers. If the versions are not the most recent ones (5.4.4) please upgrade and try again. Without those, we can only guess. And going from the error message my guess would be: Your HTML is invalid. Kind

Re: [iText-questions] Watermark blocked by form fields

2013-10-21 Thread Michael Demey
[Open/Libre]Office if possible. You could try the workaround. Kind regards, Michaël. Op 21/10/2013 15:35, Dennis Lindeman schreef: Michaël Assuming this is the same problem, can you tell me what the problem was and how you solved it? On Fri, Oct 18, 2013 at 8:10 AM, Michael Demey

Re: [iText-questions] itext and itexG?

2013-11-22 Thread Michael Demey
Hi, The versions are pretty much the same aside from a few differences which are listed here: http://itextpdf.com/product/itextg Kind regards, Michaël. Hamid Shahsavari schreef op 21/11/2013 15:27: Hello I have the book ( itext in action). this book is somehow a user manual for itext.

Re: [iText-questions] Cannot Save POST data from XFDF form

2014-01-08 Thread Michael Demey
Hi, I've commmented this on the stackoverflow question you created as well: I just executed the sample code as in the documentation (itextpdf.com/examples/iia.php?id=172) and I encountered no exceptions. Could you show us your entire code or check where your code differs from the sample?

Re: [iText-questions] Compatible itext for smartphone

2014-01-14 Thread Michael Demey
Hi, iOS is not supported. But Android is. There is an Android port for the latest releases, but 2.x _should_ work. Not saying it will, but it should. Also note that everything 2.x is not tested on Android and as with the regular iText, everything 2.x isn't supported anymore.

Re: [iText-questions] Itextpdf for jdk 45

2014-01-14 Thread Michael Demey
Hi, There are no plans to switch to JDK 1.7.x. Of course, there's nothing stopping you from downloading the sources and compiling it yourself using JDK 1.7.0_45. Kind rgards, Michaël. Pere Joseph Rodríguez schreef op 14/01/2014 15:32: Hi, we've found problems related to security

Re: [iText-questions] Proguard with android and itext

2014-01-24 Thread Michael Demey
Hi, Have you tried configuring proguard with the following: -keep class org.spongycastle.** Kind regards, Michaël. florian.gir...@free.fr schreef op 24/01/2014 9:11: Yes, in my proguard config file i try ; -keep public class * I think with this, all class are not encoded. Which

Re: [iText-questions] Proguard with android and itext

2014-01-24 Thread Michael Demey
{ runProguard true proguardFile file('proguard-rules.txt') } } And in my proguard-rules.txt file i have : -keep class org.spongycastle.** Thanks - Mail original - De: Michael Demey michael.de...@itextpdf.com À: Post all your questions

Re: [iText-questions] iText PDF java on MAC OS

2014-01-27 Thread Michael Demey
Hi, What errors are you getting? This would help a lot in the debugging of your code. Kind regards, Michaël. Marcos Fogaca schreef op 24/01/2014 18:55: Hi, Somebody knows if iText PDF (java) works on MAC OS X 10.8.5? More specifically : digital signing PDF documents We have

Re: [iText-questions] Problem with iTextSharp

2014-02-18 Thread Michael Demey
Hi, What version are you using? I remember encountering this issue (or a similar one) last month and we fixed it for the recentmost release (5.5.0). Kind regards, Michaël. Crosby, Jonathan schreef op 18/02/2014 16:53: Hi there We have discovered an error with your code. When setting

Re: [iText-questions] Uncompressed Image Data Problems

2014-02-24 Thread Michael Demey
Hi Darren, I added a fix based on your comment to the repository. Thanks for the heads up! It's in revision 6289. Kind regards, Michaël. FDnC Red schreef op 17/02/2014 21:10: Sorry if this is a duplicate. I have noticed that iTextSharp does not like ImageMasks that have uncompressed

Re: [iText-questions] Compression JPEG is only supported with a single strip. This image has 220 strips.

2014-03-14 Thread Michael Demey
Hi! As it is right now, multi-strip tiffs aren't supported in iText. There are also no plans to implement this functionality. As you noticed: The workaround for this issue is to preprocess the image using an image library or the jai extension library. Hope this helps. Kind regards,

Re: [iText-questions] Fw: on AIX server, the Arabic text are misaligned

2014-03-18 Thread Michael Demey
Hi Bing, You can contact the sales at the following e-mail: sa...@itextpdf.com Kind regards, Michaël. Bing Li schreef op 17/03/2014 15:28: Dear Alexis, Could you please let us know the contact info of any iText sales team member, so that we can further confirm what the paid support will

Re: [iText-questions] Exception during parsing pdf

2014-03-29 Thread Michael Demey
I doubt that: I just ran the PdfContentReaderTool with Java 7 and it worked. What's the exact version of your Java 7 installation? Are there any error messages? How are you running it? Kind regards, Michaël. vishalm schreef op 29/03/2014 8:13: Hi All, I just found out that the code depends