Re: [iText-questions] PDFReader and secured PDF

2011-10-14 Thread Mark Storer
m: spr...@gmx.eu [mailto:spr...@gmx.eu] > Sent: Friday, October 14, 2011 9:55 AM > To: 'Post all your questions about iText here' > Subject: Re: [iText-questions] PDFReader and secured PDF > > > Because 1.4 was wrong by not respecting the rights of the > PDF author, &

Re: [iText-questions] PDFReader and secured PDF

2011-10-14 Thread spring
> Because 1.4 was wrong by not respecting the rights of the PDF > author, so > it was fixed. Ah ok. So these rights are only efective if the applications respects them? There is no encryption or something else. -- All t

Re: [iText-questions] PDFReader and secured PDF

2011-10-14 Thread Alexis Pigeon
Hi spring, On 13 October 2011 21:46, wrote: > > > Something works as expected in one version, and doesn't in an > > older one. > > I don't see the problem, that's what bugfixes are for :) > > Well... I want to understand, why it works in 1.4 and no more in 2.0.5... > I have no problem with the f

Re: [iText-questions] PDFReader and secured PDF

2011-10-13 Thread Leonard Rosenthol
Because 1.4 was wrong by not respecting the rights of the PDF author, so it was fixed. On 10/13/11 3:46 PM, "spr...@gmx.eu" wrote: > >> Something works as expected in one version, and doesn't in an >> older one. >> I don't see the problem, that's what bugfixes are for :) > >Well... I want to un

Re: [iText-questions] PDFReader and secured PDF

2011-10-13 Thread spring
> Something works as expected in one version, and doesn't in an > older one. > I don't see the problem, that's what bugfixes are for :) Well... I want to understand, why it works in 1.4 and no more in 2.0.5... I have no problem with the fact, that ist does not work anymore since 2.0.5. --

Re: [iText-questions] PDFReader and secured PDF

2011-10-13 Thread Alexis Pigeon
Hi spring, On 13 October 2011 16:43, wrote: > Hi, > > I have 2 secured PDF which I want to merge: > >PdfReader reader = new PdfReader(new FileInputStream("password.pdf")); >reader.consolidateNamedDestinations(); > >Document doc = new Document(reader.getPageSizeWithRotation(1)); >