[iText-questions] pdf decryption using user password

2010-11-08 Thread dgiscool
Hello, In itext, can we decrypt a pdf file using the user password that was used to encrypt the file? I know decryption can be done using owner password. What I want to achieve is: In my web application, keep pdf files in encrypted form. When the authorized user requests for a pdf file, then

[iText-questions] iTextSharp Library Question

2010-11-08 Thread Marco . Rodrigues
Good morning, I am currently developing an application for the company where I work, where I need to edit PDF documents. iTextSharp library seems to achieve the desired results. This project is built and designed only to be used by the company as internal project. My question is if in this

Re: [iText-questions] pdf decryption using user password

2010-11-08 Thread 1T3XT info
On 8/11/2010 13:28, dgiscool wrote: Hello, In itext, can we decrypt a pdf file using the user password that was used to encrypt the file? Technically, you can decrypt a password-protected PDF without knowing any password, but iText deliberately disallows decrypting the PDF if you don't have

[iText-questions] Use library for set sucerity in the especific content on the pdf

2010-11-08 Thread Marie Diaz
Hi, I need information, about, if i used this library for configure security in the especific content in he pdf, for example: I have a pdf with 10 pages, and i want set that especific user can't see the content of the page 5. Can I do this library? Regards, Marielina Munoz

Re: [iText-questions] Use library for set sucerity in the especific content on the pdf

2010-11-08 Thread Leonard Rosenthol
Selective encryption of page ranges is not part of the PDF standard. It requires the use of enterprise-level DRM solutions such as Adobe's own LiveCycle Rights Management. From: Marie Diaz [mailto:muno...@hotmail.com] Sent: Monday, November 08, 2010 12:16 PM To:

[iText-questions] Font issue

2010-11-08 Thread Bill Bolek
Hello, I am using Pentaho which in turn uses jFreeChart and itext to display charts. I have installed my Pentaho solution on several CentOS platforms with no problem. However, when I tried to install my solution on a Red Hat Linux system my jFreeChart is not rendering properly. Can anyone

Re: [iText-questions] Font issue

2010-11-08 Thread 1T3XT info
On 8/11/2010 23:22, Bill Bolek wrote: Hello, I am using Pentaho which in turn uses jFreeChart and itext to display charts. I have installed my Pentaho solution on several CentOS platforms with no problem. However, when I tried to install my solution on a Red Hat Linux system my jFreeChart is

Re: [iText-questions] tutorials

2010-11-08 Thread 1T3XT info
On 9/11/2010 8:30, George Pearson wrote: Is it possible to find any good itext tutorials out there? No tutorial will teach you as much as the brand new second edition of iText in Action: http://itextpdf.com/book/ All other tutorials were removed because they were hopelessly outdated. -- This

Re: [iText-questions] pdf decryption using user password

2010-11-08 Thread DDT
Hello, As a security guy I following your iText-trail concerning, because of a specific interest in PDF Signature (CAdES, PAdES, etc). I read that you say that it is technical possible to decrypt a password-protected PDF without knowning any passwords. How is this possible ? I haven't

Re: [iText-questions] tutorials

2010-11-08 Thread 1T3XT info
Hello, you've answered off-list. Please stay on the list: itext-questions@lists.sourceforge.net Do not mail to other e-mail addresses. On 9/11/2010 8:44, George Pearson wrote: That's great and will definitely look into it, but being in this country shipping a book like that could take a few

Re: [iText-questions] pdf decryption using user password

2010-11-08 Thread 1T3XT info
On 9/11/2010 8:47, DDT wrote: Hello, As a security guy I following your iText-trail concerning, because of a specific interest in PDF Signature (CAdES, PAdES, etc). I read that you say that it is technical possible to decrypt a password-protected PDF without knowning any passwords. How is