[iText-questions] Bruno Costa deixou uma mensagem para você...

2011-03-11 Thread Badoo
Bruno Costa deixou uma mensagem para você... O remetente e o conteúdo serão mostrados apenas para você e poderá excluir a qualquer tempo. Podes responder instantaneamente, usando o sistema de troca de mensagsns. Para descobrir o que lhe foi escrito, apenas siga este link: http://us1.badoo.com/01

Re: [iText-questions] itext 5.05 pkcs7 detached sha256 bouncy sign problem

2011-03-11 Thread alex_2292
Sorry I have done confusion with post and mailing list wich were duplicated.the code is always in response thread. ?? the upload service has the free option tooso you can download the file. I ahve resolved my issue,but now if I had a page on the first doc the method that check if doc has chang

Re: [iText-questions] Converting the Pdf to a byte[] results in the dynamic fields being lost

2011-03-11 Thread Mark Storer
Do you mean "form fields"? Are they XFA fields (LiveCycle Designer) or AcroForm fields (Acrobat Pro)? Is the form losing it's "Reader Enabled" status? "Before" and "After" PDFs would be quite helpful for us to help diagnose your problem. --Mark Storer Senior Software Engineer Cardiff.com

Re: [iText-questions] Converting the Pdf to a byte[] results in the dynamic fields being lost

2011-03-11 Thread Paulo Soares
Unless there's something else going on why don't you just read directly from the file to a byte array, bypassing iTextSharp? (By the way, you just need to close the pdfStamper.) Paulo From: YOCUM Timothy [mailto:timothy.yo...@cegedim.com] Sent: Friday, March 11,

[iText-questions] Converting the Pdf to a byte[] results in the dynamic fields being lost

2011-03-11 Thread YOCUM Timothy
Hi, I have a Pdf with dynamic fields, and I would like to return this Pdf as a byte array from a method, and then save that Pdf back to disk. I am able to do this with itextsharp, but for some reason the dynamic fields are lost when I reopen the Pdf. I have my code shown below.

Re: [iText-questions] Sub-List inside PdfPTable not getting numbered or indented.

2011-03-11 Thread Balder
Hi David Thank you for reporting this. It seems like a bug to me but I have to check it with our iText® guru to be sure. Regards Balder On 10/03/2011 22:16, David Harris wrote: Hello I’m using iText 5.0.6 and I’m seeing an issue with nested lists inside a table.What I’m seeing is that wh

Re: [iText-questions] Unreadable Pdf with PdfTextExtractor

2011-03-11 Thread Pakhu
Hi there Those pdf's are sent to us by a customer. They are hotel bookings by a Tour Operator. We'll contact them s ask their cooperation. Is the only think we can do. Thank you Leonard _ De: Leonard Rosenthol-3 [via iText - General] [mailto:ml-node+3348155-1803198856-213...@n4

Re: [iText-questions] Unreadable Pdf with PdfTextExtractor

2011-03-11 Thread Leonard Rosenthol
Printing to a slightly older version of the Postscript driver on Windows from some application - which means that since Postscript is for printing, there is no requirement that the font encoding information be maintained. And then an old version of Ghostscript used to convert that PS into PDF.

Re: [iText-questions] Unreadable Pdf with PdfTextExtractor

2011-03-11 Thread Pakhu
Yes sure:

Re: [iText-questions] Unreadable Pdf with PdfTextExtractor

2011-03-11 Thread Leonard Rosenthol
Can you tell us what software was used to produce these PDFs?? -Original Message- From: Pakhu [mailto:fp...@hotelmanagement.es] Sent: Friday, March 11, 2011 6:43 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Unreadable Pdf with PdfTextExtractor Thank to both

Re: [iText-questions] Unreadable Pdf with PdfTextExtractor

2011-03-11 Thread Pakhu
Thank to both of you. You are right: when coping to text there is nothing but random characters because the font (namely the differences array) is wrong. But I have discovered why is wrong: the character g3 in the vector , for instance, means the Ascii code 29+3=32 which is an space. All charact

[iText-questions] Merging pdf file with unknown owner password

2011-03-11 Thread mr.quoro
Hi to all. I've searched for quite a long time about this topic, but something seems to be missing. Scenario: I have a bunch of pdf files to merge, and that's not a problem (I'm following the instructions on "Importing pages" written here http://www.manning.com/lowagie2/samplechapter6.pdf ). Amongs

[iText-questions] Merging pdf file with unknown owner password

2011-03-11 Thread Gigi
Hi to all. I've searched for quite a long time about this topic, but something seems to be missing. Scenario: I have a bunch of pdf files to merge, and that's not a problem (I'm following the instructions on "Importing pages" written here http://www.manning.com/lowagie2/samplechapter6.pdf ). Amongs