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,
&
> 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
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
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
> 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.
--
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));
>