[iText-questions] [SPAM] Re: Green check mark issue

2013-06-26 Thread Valentin Ivanov
Wow, I wasn't aware of that. Thank you Michael. Best Regards, Valentin -- View this message in context: http://itext-general.2136553.n4.nabble.com/Green-check-mark-issue-tp4658502p4658602.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] [SPAM] Error on PDF decryption

2013-06-26 Thread Valentin Ivanov
Hi, decryption/encryption using BC 1.46 an iText 5.2.1 is working fine. Encryption using BC 1.49 and iText 5.4.2 is working fine, but decrypting throws : The code where the exception is thrown is : The provider is SunPKCS11! Regards, Valentin -- View this message in context:

Re: [iText-questions] [SPAM] Error on PDF decryption

2013-06-26 Thread Paulo Soares
You'll have to provide more information, like a complete stack strace. Paulo On Wed, Jun 26, 2013 at 3:14 PM, Valentin Ivanov vliva...@bobs.bg wrote: Hi, decryption/encryption using BC 1.46 an iText 5.2.1 is working fine. Encryption using BC 1.49 and iText 5.4.2 is working fine, but

Re: [iText-questions] Extract CMap from pdf file!

2013-06-26 Thread Paulo Soares
This is an easy one, the ToUnicode cmap is in the font dictionary. You can get the font dictionary from the page resources. Of course, there's a direct way to extract text from a PDF using iText without having to reinvent the wheel. Paulo On Wed, Jun 26, 2013 at 5:30 PM, Mohammed Mostafa

Re: [iText-questions] Extract CMap from pdf file!

2013-06-26 Thread Mohammed Mostafa
Hello Mr Paulo, I know the direct way for extracting text but the problem is that i want to extract arabic text from pdf, when i extract text from pdf using iText i get the page stream with iText PRStream, thE arabic text come with strange codes (038f-00ac) and i want to convert these codes to

[iText-questions] iText 5.4.2 / requirements

2013-06-26 Thread Robin Tremblay (BIA)
Hi, I would like to use iText 5.4.2 in my Java application. What are the requirements (versions, etc) ? Jdeveloper ? (from oracle) Java ? Thanks ! Robin Robin Tremblay Administrateur de bases de données Oracle, CGI Service du pilotage et de l'évolution des systèmes Ministère de

Re: [iText-questions] iText 5.4.2 / requirements

2013-06-26 Thread Paulo Soares
You'll need at least the Java jdk 1.5. About the IDE, that's your choice: I use Netbeans, Bruno uses Eclipse, others use IntelliJ IDEA, etc. Paulo 2013/6/26 Robin Tremblay (BIA) robin.trembl...@justice.gouv.qc.ca: Hi, I would like to use iText 5.4.2 in my Java application. What are the

Re: [iText-questions] Extract CMap from pdf file!

2013-06-26 Thread Paulo Soares
Do you get the right characters, irrespective of ordering when using PdfTextExtractor? If you don't, the cmap won't help you as it's already used in text extraction. Can you post a PDF? Paulo On Wed, Jun 26, 2013 at 6:20 PM, Mohammed Mostafa mohammed_mostafa1...@hotmail.com wrote: Hello Mr

[iText-questions] Printing a paragraph at the end of a document

2013-06-26 Thread SALAZAR, DANTE
I am generating a report consisting in a group of short fields, like Name, Phone number, age, etc; but at the end I need to show a wider field of commentaries (3 to 5 lines) For the first short fields I am using function ShowTextAlignedKerned, to print at specifics xy positions To print the last

[iText-questions] PdfContentStreamProcessor and Type3 fonts

2013-06-26 Thread Gylfi Ingvason
Gents, I'm playing with the PdfContentStreamProcessor - doing some text extraction testing - in iTextSharp (5.4.2) and I'm finding that Type3 fonts are not supported. No text is extracted and no errors are thrown even though the encoding is present and is straight ASCII. It appears that