Re: [iText-questions] Extended Features don't work in ITextSharp

2010-05-31 Thread 1T3XT info
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

Re: [iText-questions] Extended Features don't work in ITextSharp

2010-05-31 Thread MarkWhite
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

Re: [iText-questions] Extended Features don't work in ITextSharp

2010-05-31 Thread 1T3XT info
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

Re: [iText-questions] Extended Features don't work in ITextSharp

2010-05-31 Thread Paulo Soares
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

Re: [iText-questions] Extended Features don't work in ITextSharp

2010-05-31 Thread MarkWhite
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

Re: [iText-questions] Extended Features don't work in ITextSharp

2010-05-31 Thread Paulo Soares
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

[iText-questions] Extended Features don't work in ITextSharp

2010-05-31 Thread pippopanni
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

Re: [iText-questions] Extended Features don't work in ITextSharp

2010-05-31 Thread MarkWhite
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