MarkWhite wrote:
> The code I used to reproduce the case is this, included in a c# project with
> reference to itextSharp:
Based on your code snippet, it's clear that you didn't read the
documentation. You're describing exactly the problem that is explained
in "8.6 Preserving the usage rights of
The code I used to reproduce the case is this, included in a c# project with
reference to itextSharp:
string pdfTemplate = @"D:\scheda.pdf";
string newFile = @"D:\scheda_2.pdf";
PdfReader pdfReader = new PdfReader(pdfTemplate);
PdfStamper pdfStamper = new PdfS
MarkWhite wrote:
> I have heard that with Itext in
> Java this problem is not present and the document can be modified without
> problems...
It IS a problem in JAVA too IF you don't follow the instructions
explained in chapter 8 of "iText in Action - second edition".
Are you sure you're using i
t: Re: [iText-questions] Extended Features don't work in ITextSharp
Paulo Soares-3 wrote:
>
> What "Extended Features" don't work in iTextSharp but work in Java?
>
> Paulo
>
When You save a pdf with form that can be modified with ItextSharp, when
opening th
Paulo Soares-3 wrote:
>
> What "Extended Features" don't work in iTextSharp but work in Java?
>
> Paulo
>
When You save a pdf with form that can be modified with ItextSharp, when
opening the pdf Acrobat Reader says "This document enabled extended features
in Adobe Reader. The document has bee
What "Extended Features" don't work in iTextSharp but work in Java?
Paulo
-Original Message-
From: pippopanni [mailto:pippopa...@infinito.it]
Sent: Monday, May 31, 2010 1:59 PM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Extended Feature
Hei boys Extended Features don't work in ITextSharp implementation but work
in Java.
I am a very hard-working and i want complete this feature, help me to find
portion of code to modify.
Good Bye
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Extended-Features-don-t
pippopanni wrote:
>
> Hei boys Extended Features don't work in ITextSharp implementation but
> work in Java.
> I am a very hard-working and i want complete this feature, help me to find
> portion of code to modify.
>
> Good Bye
>
I also want to modify the code to make it work correctly. I Thin