|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Problem using PdfCopyFieldsHi All
I have a problem using PdfCopyFields.In particular i use this class to concatenate some pdf file containing a form.I obtain a pdf file correctly.If i open this file using Acrobat Pro and i click "Highlight fiels" i see fiels content.But if i open with Acrobat Reader and i click "Hightlight field" i dont' see fields content,amd if i click over one field i see his content,but if a click in another fields the content of the other field is losen. A.Niccoli |
|
|
Re: Problem using PdfCopyFieldsPost one of the original PDF files and the result after processing.
Paulo > -----Original Message----- > From: alexniccoli [mailto:alexniccoli@...] > Sent: Thursday, October 22, 2009 12:36 PM > To: itext-questions@... > Subject: [iText-questions] Problem using PdfCopyFields > > > Hi All > I have a problem using PdfCopyFields.In particular i use this class to > concatenate some pdf file containing a form.I obtain a pdf > file correctly.If > i open this file using Acrobat Pro and i click "Highlight > fiels" i see > fiels content.But if i open with Acrobat Reader and i click > "Hightlight > field" i dont' see fields content,amd if i click over one > field i see his > content,but if a click in another fields the content of the > other field is > losen. > > A.Niccoli Aviso Legal: Esta mensagem é destinada exclusivamente ao destinatário. Pode conter informação confidencial ou legalmente protegida. A incorrecta transmissão desta mensagem não significa a perca de confidencialidade. Se esta mensagem for recebida por engano, por favor envie-a de volta para o remetente e apague-a do seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de usar, revelar ou distribuir qualquer parte desta mensagem. Disclaimer: This message is destined exclusively to the intended receiver. It may contain confidential or legally protected information. The incorrect transmission of this message does not mean the loss of its confidentiality. If this message is received by mistake, please send it back to the sender and delete it from your system immediately. It is forbidden to any person who is not the intended receiver to use, distribute or copy any part of this message. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ iText-questions mailing list iText-questions@... https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/ |
|
|
Re: Problem using PdfCopyFields |
|
|
Re: Problem using PdfCopyFieldsYour original file doesn't have the appearances generated and insted uses the flag /NeedAppearances true to hint the viewer that it must generate the appearances. The output of PdfCopyFields doesn't set this flag as it assumes that the input PDFs are in a proper format (there are other nasty side effects with this flag, in other words, don't use it). To fix it reopen the output PDF and regenerate the appearances for each field with AcroFields.regenerateField().
Paulo > -----Original Message----- > From: alexniccoli [mailto:alexniccoli@...] > Sent: Thursday, October 22, 2009 12:57 PM > To: itext-questions@... > Subject: Re: [iText-questions] Problem using PdfCopyFields > > > Files are attached. > Thanks http://www.nabble.com/file/p26008681/3_I_001.pdf 3_I_001.pdf > http://www.nabble.com/file/p26008681/tutte_le_schede.pdf > tutte_le_schede.pdf Aviso Legal: Esta mensagem é destinada exclusivamente ao destinatário. Pode conter informação confidencial ou legalmente protegida. A incorrecta transmissão desta mensagem não significa a perca de confidencialidade. Se esta mensagem for recebida por engano, por favor envie-a de volta para o remetente e apague-a do seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de usar, revelar ou distribuir qualquer parte desta mensagem. Disclaimer: This message is destined exclusively to the intended receiver. It may contain confidential or legally protected information. The incorrect transmission of this message does not mean the loss of its confidentiality. If this message is received by mistake, please send it back to the sender and delete it from your system immediately. It is forbidden to any person who is not the intended receiver to use, distribute or copy any part of this message. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ iText-questions mailing list iText-questions@... https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/ |
| Free embeddable forum powered by Nabble | Forum Help |