Re: [iText-questions] Problems filling out checkbox Forms

2013-05-18 Thread Andre Mariano
Thanks a lot. I used the copy example seen in the itext chapter but I don't know what happened... Or why the file got so messed up... Em 18/05/2013 12:34, "iText Mailing List" escreveu: > ** > On Fri, 17 May 2013 19:01:51 +0200, Andre Mariano < > andre.smarian...@gmail.com> wrote: > > the problem

Re: [iText-questions] Problems filling out checkbox Forms

2013-05-18 Thread iText Mailing List
On Fri, 17 May 2013 19:01:51 +0200, Andre Mariano wrote:the problem is when I use the PDFCopy.I wrote a small PoC using PdfCopyFields:PdfReader reader = new PdfReader("document_orig.pdf");PdfCopyFields copyfields = new PdfCopyFields(new FileOutputStream("document_copyfields.pdf")); copyfields.ad

Re: [iText-questions] Problems filling out checkbox Forms

2013-05-18 Thread iText Mailing List
On Fri, 17 May 2013 19:01:51 +0200, Andre Mariano wrote:document_model - Is the model that I created in Nitro document_orig - Is the original file after being filled out document_copy - Is the original file being copied to another Document.Aha, ignore my previous mail.I see you've sent us some fi

Re: [iText-questions] Problems filling out checkbox Forms

2013-05-17 Thread Andre Mariano
Thanks =D, Yet, Isn't it a problem? Because I didn't have any problems when copying all the other form types to a new doc, only this one. 2013/5/17 iText Mailing List > ** > On Fri, 17 May 2013 18:26:51 +0200, Andre Mariano < > andre.smarian...@gmail.com> wrote: > > This problem happens after I

Re: [iText-questions] Problems filling out checkbox Forms

2013-05-17 Thread iText Mailing List
On Fri, 17 May 2013 18:26:51 +0200, Andre Mariano wrote:This problem happens after I use the PdfCopy to copy this document to a new one.BUSTED!You didn't read http://www.manning.com/lowagie2/samplechapter6.pdfIf you had read that chapter, you wouldn't have used PdfCopy to copy a form to another d

Re: [iText-questions] Problems filling out checkbox Forms

2013-05-17 Thread Andre Mariano
Ok, well, This problem happens after I use the PdfCopy to copy this document to a new one. I'm creating some sample files, I'm be sending thoses. 2013/5/17 iText Mailing List > ** > On Fri, 17 May 2013 18:17:06 +0200, Andre Mariano < > andre.smarian...@gmail.com> wrote: > > Do you guys have any

Re: [iText-questions] Problems filling out checkbox Forms

2013-05-17 Thread iText Mailing List
On Fri, 17 May 2013 18:17:06 +0200, Andre Mariano wrote:Do you guys have any clues?That's the same behavior of Apple Preview ;-)In Apple Preview, the problem lies with the appearance streams.Show us your PDF so that we can check if that also the problem you're experiencing.I've never heard this p