Re: [iText-questions] PdfReader not opened with owner password error, even if I set password byte[]

2009-08-13 Thread 1T3XT info
Dan Baxter wrote: > > This question was kind of previously posted, but I'm getting the same > error, even though I AM supplying the password byte[] to the reader As you (should) know, an encrypted PDF has two passwords. Maybe you're providing the "user password" instead of the "owner password".

[iText-questions] if i had a pdf file.....

2009-08-13 Thread Francisco Pérez y Pérez
HI, I´M USING ORACLE ADF TO CREATE AN APPLICATION TO FILL OUT A PDF FORM. I HAD A PDF FILE AND I WANT TO TRANSFORM IN A FORM WITH TEXTFIELDS, CHOICES AND MORE, THIS FORM WILL BE FILLED OUT FOR A USER AND THEN THIS DOCUMENT IT WILL BE STORE IN A DATA BASE. MY QUESTION IS , CAN I USE ITEXT TO

[iText-questions] PdfReader not opened with owner password error, even if I set password byte[]

2009-08-13 Thread Dan Baxter
This question was kind of previously posted, but I'm getting the same error, even though I AM supplying the password byte[] to the reader when I do this: I found this code somewhere and was using it as starting point to split an original password protected file, up into separate pages(they also

[iText-questions] Weekly calendar

2009-08-13 Thread Larry Ellis
The below question was resolved, with help. The approach I ended up with is to use direct output of a PdfPTable containing a single PdfPCell representing the event layed on top of a time grid table. Everything lines up perfectly. But I have a follow-up question if anyone can help. I want to d

[iText-questions] Determine contents overflow in a PdfpCell

2009-08-13 Thread Ahmad Sheikh
Hi, How can we determine that the contents have been overflow in the Pdfcell which has a fixed height? I have a table cell with fixed height and i want when the contents grow the size of the cell a new cell is created. -- M. Ahmad Sheikh | Software Engineer | aos - Accountancy Outsourcing Servi

[iText-questions] HelpMe, distance between lines on rtf doc

2009-08-13 Thread gabriele gentile
In RTF, how do I specify the space between lines? Thanks LeLe -- View this message in context: http://www.nabble.com/HelpMe%2C-distance-between-lines-on-rtf-doc-tp24954076p24954076.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] iText and TimeStamp

2009-08-13 Thread Paulo Soares
There's no TSA in your code and I've no idea what you are doing. Experiment first with the example in http://itextpdf.sourceforge.net/howtosign.html#signtsocspjava. Paulo - Original Message - From: "Pavol Behul" To: "Paulo Soares" ; Sent: Thursday, August 13, 2009 10:18 AM Subject:

Re: [iText-questions] iText and TimeStamp

2009-08-13 Thread Pavol Behul
I use code bellow to TSA sign pdf. After opening in Acrobat reader i've got message of invalid signature like this: - There are errors in the formatting or information contained in this signature (support information: SigDict? / Contents illegal data) Could anyone help me , where is problem ?